DynuIPRefresher/service/dynuiprefresher.service

12 lines
221 B
SYSTEMD
Raw Normal View History

2019-10-23 11:18:43 +00:00
[Unit]
Description=IP Refresher
After=network.target
[Service]
ExecStart=dynuiprefresher -l
2019-10-23 11:18:43 +00:00
WorkingDirectory=/root
StandardOutput=inherit
StandardError=inherit
Restart=always
User=root
[Install]
WantedBy=multi-user.target