Skip to content

Commit

Permalink
Remove CONFFILE from systemd init script
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierBerger committed Aug 18, 2014
1 parent a9b01ee commit 0b2e8ee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion tools/systemd/rpimonitord.service
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ After = network.target
[Service]
EnvironmentFile = /etc/conf.d/rpimonitord
Type = simple
ExecStart = /usr/bin/rpimonitord $CONFFILE
ExecStart = /usr/bin/rpimonitord

[Install]
WantedBy = multi-user.target
2 changes: 0 additions & 2 deletions tools/systemd/systemd.conf.d

This file was deleted.

0 comments on commit 0b2e8ee

Please sign in to comment.