mirror of
https://github.com/SeriousBug/gandi-live-dns-rust
synced 2024-11-14 11:37:24 -06:00
15 lines
307 B
SYSTEMD
15 lines
307 B
SYSTEMD
|
[Unit]
|
||
|
Description=Automatically updates your IP adress with Gandi LiveDNS.
|
||
|
After=network-online.target
|
||
|
Wants=network-online.target
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/usr/bin/gandi-live-dns
|
||
|
User=gandi-live-dns
|
||
|
Group=gandi-live-dns
|
||
|
WorkingDirectory=/etc/gandi-live-dns/
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|