fix executeable name in systemd service

This commit is contained in:
2021-05-05 16:28:33 +02:00
parent 05ca1ff60b
commit ad452feca2
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
Description=IP Refresher
After=network.target
[Service]
ExecStart=iprefresher -l
ExecStart=dynuiprefresher -l
WorkingDirectory=/root
StandardOutput=inherit
StandardError=inherit