mirror of
https://github.com/benbusby/farside.git
synced 2025-06-08 02:16:36 +00:00
13 lines
No EOL
250 B
Desktop File
13 lines
No EOL
250 B
Desktop File
[Unit]
|
|
Description=Farside - A redirecting service for FOSS alternative frontends.
|
|
After=network.target
|
|
StartLimitIntervalSec=0
|
|
|
|
[Service]
|
|
Type=simple
|
|
Restart=always
|
|
RestartSec=10
|
|
ExecStart=/usr/local/bin/farside
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |