Skip to content
This repository has been archived by the owner on Oct 3, 2022. It is now read-only.

Commit

Permalink
docs: Fix systemd unit file
Browse files Browse the repository at this point in the history
  • Loading branch information
bakape committed May 4, 2019
1 parent 3d21e99 commit 3360821
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/meguca.service
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
[Unit]
Description=meguca imageboard server
Requires=postgresql.service
After=postgresql.service

[Service]
Type=simple
Restart=always
RestartSec=5
StartLimitIntervalSec=6
StartLimitInterval=6s
StartLimitBurst=1
User=meguca
Group=meguca
Expand All @@ -17,5 +19,3 @@ ExecStop=/bin/kill -s TERM $MAINPID

[Install]
WantedBy=multi-user.target
Requires=postgresql.service
After=postgresql.service

0 comments on commit 3360821

Please sign in to comment.