renamed service-binarayname and config file name to dynuiprefresher

This commit is contained in:
2020-05-21 11:52:55 +02:00
parent ea648d5946
commit 12ff16dc8e
3 changed files with 14 additions and 16 deletions

View File

@ -0,0 +1,12 @@
[Unit]
Description=IP Refresher
After=network.target
[Service]
ExecStart=iprefresher -l
WorkingDirectory=/root
StandardOutput=inherit
StandardError=inherit
Restart=always
User=root
[Install]
WantedBy=multi-user.target