From 9cfe46553bf922de6b4d9e7a95a7fde3c0437550 Mon Sep 17 00:00:00 2001 From: chenglch Date: Fri, 9 Feb 2018 12:14:27 +0800 Subject: [PATCH] Fix typo in systemd service configuration paritail-issue: #24 --- etc/systemd/goconserver.service | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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