Neshura
273df8a793
All checks were successful
Run Tests on Code / run-tests (push) Successful in 30s
14 lines
321 B
Desktop File
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 |