diff --git a/etc/systemd/goconserver.service b/etc/systemd/goconserver.service index fab2fb1..8837399 100644 --- a/etc/systemd/goconserver.service +++ b/etc/systemd/goconserver.service @@ -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 \ No newline at end of file