Add systemd service

This commit is contained in:
dec05eba
2024-10-27 14:08:47 +01:00
parent 80ff6582a9
commit c6b5ff05ec
4 changed files with 20 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
[Unit]
Description=GPU Screen Recorder UI Service
[Service]
ExecStart=gsr-ui
KillSignal=SIGINT
Restart=on-failure
RestartSec=5s
[Install]
WantedBy=default.target