Move systemd unit to correct directory

This commit is contained in:
Neshura 2023-12-29 00:55:17 +01:00
parent 03453a3327
commit dba934ab41
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C
2 changed files with 1 additions and 1 deletions

View file

@ -1,13 +0,0 @@
[Unit]
Description="Application for automatically updating Cloudflare DNS records"
After=syslog.target
After=network-online.target
[Service]
Type=simple
ExecStart=/usr/local/bin/cloudflare-dns-updater
Restart=always
RestartSec=3
[Install]
WantedBy=multi-user.target