peach-workspace/peach-dyndns-updater/debian/peach-dyndns-updater.service

13 lines
290 B
Desktop File

[Unit]
Description=Systemd timer which keeps a dynamic dns subdomain up to date with the latest device IP using nsupdate.
[Service]
Type=oneshot
User=peach-dyndns-updater
Group=peach
Environment="RUST_LOG=info"
ExecStart=/usr/bin/peach-dyndns-updater
[Install]
WantedBy=multi-user.target