add host-side daemon and config-backed parameter store
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user