Skip to content

Commit 318b73a

Browse files
authored
Merge pull request #808 from drawks/iss-807
2 parents 23adfbc + b128153 commit 318b73a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

deploy/go-carbon.service

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[Unit]
2-
Description=Golang implementation of Graphite/Carbon server.
2+
Description=Golang implementation of Graphite/Carbon server
33
Documentation=https://github.com/go-graphite/go-carbon
44
After=network-online.target local-fs.target
55
Wants=network-online.target local-fs.target
66

77
[Service]
8-
Type=forking
9-
ExecStart=/usr/bin/go-carbon -config /etc/go-carbon/go-carbon.conf -pidfile /var/run/go-carbon.pid -daemon
8+
Type=simple
9+
ExecStart=/usr/bin/go-carbon -config /etc/go-carbon/go-carbon.conf
1010
ExecReload=/bin/kill -HUP $MAINPID
1111
KillSignal=USR2
1212
Restart=on-failure

0 commit comments

Comments
 (0)