14 lines
232 B
Desktop File
14 lines
232 B
Desktop File
[Unit]
|
|
Description=Script Daemon For Sunshine Tweaks
|
|
|
|
[Service]
|
|
Type=simple
|
|
#User=
|
|
#Group=
|
|
ExecStart=/usr/local/bin/sunshine-tweaks.sh
|
|
Restart=on-failure
|
|
StandardOutput=file:%h/sunshine_tweaks.log
|
|
|
|
[Install]
|
|
WantedBy=default.target
|