mirror of
https://github.com/Benexl/FastAnime.git
synced 2025-12-05 20:40:09 -08:00
17 lines
345 B
Desktop File
17 lines
345 B
Desktop File
# values in {NAME} syntax are provided by python using .replace()
|
|
#
|
|
[Unit]
|
|
Description=Viu Background Worker
|
|
After=network-online.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
# Ensure you have the full path to your viu executable
|
|
# Use `which viu` to find it
|
|
ExecStart={EXECUTABLE} worker --log
|
|
Restart=always
|
|
RestartSec=30
|
|
|
|
[Install]
|
|
WantedBy=default.target
|