17 lines
340 B
Desktop File
17 lines
340 B
Desktop File
[Unit]
|
|
Description=gotta-scroll-fast daemon
|
|
After=graphical-session.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=%h/.cargo/bin/gsfd --match-name ploopy
|
|
Restart=on-failure
|
|
RestartSec=1
|
|
|
|
# Optional overrides:
|
|
# Environment=GSF_CONFIG_PATH=%h/.config/gsf/config.json
|
|
# Environment=GSF_STATS_PATH=%t/gsf-speed.txt
|
|
|
|
[Install]
|
|
WantedBy=default.target
|