Skip to content

Commit

Permalink
fix the unitfile error (xcat2#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
robin2008 committed Jul 20, 2018
1 parent 9cff69d commit e376dc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etc/systemd/goconserver.service
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[Unit]
Description=goconserver console daemon
Documentation=https://github.com/xcat2/goconserver
After=network.target

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

[Install]
WantedBy=multi-user.target
WantedBy=multi-user.target

0 comments on commit e376dc2

Please sign in to comment.