Skip to content

Commit

Permalink
Modify the systemctl init scripts to include the configuration file.
Browse files Browse the repository at this point in the history
  • Loading branch information
koldinger committed Mar 22, 2019
1 parent 7d20ec2 commit 338dc37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion init/tardisd.service
Expand Up @@ -3,7 +3,7 @@ Description=Tardis Backup Server
After=syslog.target

[Service]
ExecStart=/usr/local/bin/tardisd --daemon
ExecStart=/usr/local/bin/tardisd --daemon --config /etc/tardis/tardisd.cfg
ExecStop=/usr/bin/killall tardisd
Type=forking
PIDFile=/var/run/tardisd.pid
Expand Down
2 changes: 1 addition & 1 deletion init/tardisremote.service
Expand Up @@ -3,7 +3,7 @@ Description=Tardis HTTP File Server
After=syslog.target

[Service]
ExecStart=/usr/local/bin/tardisremote --daemon
ExecStart=/usr/local/bin/tardisremote --daemon --config /etc/tardis/tardisremote.cfg
ExecStop=/usr/bin/killall tardisremote
Type=forking
PIDFile=/var/run/tardisremote.pid
Expand Down

0 comments on commit 338dc37

Please sign in to comment.