DynuIPRefresher/service/iprefresher.service

12 lines
217 B
SYSTEMD
Raw Normal View History

2019-10-23 11:18:43 +00:00
[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