Skip to content

Commit

Permalink
Fix typo in systemd service configuration
Browse files Browse the repository at this point in the history
paritail-issue: xcat2#24
  • Loading branch information
chenglch committed Feb 9, 2018
1 parent 9c528a1 commit 9cfe465
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions etc/systemd/goconserver.service
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
[Unit]
Description=goconserver
Description=goconserver console daemon
Documentation=https://github.com/chenglch/goconserver

[Service]
LimitNOFILE=65535
ExecStart=/usr/bin/goconserver
ExecStop=/bin/kill -TERM $MAINPID
ExecReload=/bin/kill -HUP $MAINPID
killMode=process
KillMode=process
After=network.target

[Install]
WantedBy=multi-user.target

0 comments on commit 9cfe465

Please sign in to comment.