refactor(SYSTEMD): update service file switches

This commit is contained in:
Asif Bacchus 2021-05-08 04:06:04 -06:00
parent 029cef1d7f
commit e7935dbd99
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@ After=network.target
[Service]
Type=oneshot
ExecStart=/usr/local/bin/cfddns.sh -f /path/to/account.details -r server.domain.tld -l /var/log/cfddns.log
ExecStart=/usr/local/bin/cfddns.sh -6 -f /path/to/account.details -r server.domain.tld -l /var/log/cfddns.log
ExecStart=/usr/local/bin/cfddns.sh -c /path/to/account.details -r server.domain.tld -l /var/log/cfddns.log
ExecStart=/usr/local/bin/cfddns.sh -6 -c /path/to/account.details -r server.domain.tld -l /var/log/cfddns.log
[Install]
WantedBy=multi-user.target