domainlink/debian/domainlink.service
Neshura 273df8a793
All checks were successful
Run Tests on Code / run-tests (push) Successful in 30s
Introduce CI/CD
2024-04-08 17:51:13 +02:00

14 lines
321 B
Desktop File

[Unit]
Description="Lightweight tool for handling (sub-)domain to URL redirects instead of having to deal with copy and pasting proxy rules"
After=syslog.target
After=network-online.target
[Service]
Type=simple
User=%i
ExecStart=/usr/local/bin/domainlink
Restart=always
RestartSec=3
[Install]
WantedBy=multi-user.target