domainlink/debian/domainlink.service
Neshura abfa4237ed
Some checks failed
Run Tests on Code / run-tests (push) Has been cancelled
Added default config to debian package + turned service file back into root run service
2024-04-08 22:12:54 +02:00

13 lines
313 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
ExecStart=/usr/local/bin/domainlink
Restart=always
RestartSec=3
[Install]
WantedBy=multi-user.target