Skip to content

Commit

Permalink
Fix command when starting from Systemd
Browse files Browse the repository at this point in the history
  • Loading branch information
saghul committed Sep 7, 2016
1 parent 1f4e5ad commit 718d4bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/debian/netdata.service
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ After=network.target
[Service]
Type=simple
EnvironmentFile=-/etc/default/netdata
ExecStart=/usr/sbin/netdata -nd $EXTRA_OPTS
ExecStart=/usr/sbin/netdata -D $EXTRA_OPTS
TimeoutStopSec=30
Restart=always
RestartSec=5
Expand Down

0 comments on commit 718d4bd

Please sign in to comment.