mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-04-30 01:35:34 +00:00
Streamdeck service
This commit is contained in:
parent
d441ad6e34
commit
907ffb0e53
24
systemd/user/streamdeck.service
Normal file
24
systemd/user/streamdeck.service
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=Streamdeck
|
||||||
|
After=multi-user.target
|
||||||
|
#Conflicts=getty@tty1.service
|
||||||
|
#After=graphical.target
|
||||||
|
#After = network.target
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
#Type=simple
|
||||||
|
Type=idle
|
||||||
|
Restart=on-failure
|
||||||
|
#WorkingDirectory=/home/aqua
|
||||||
|
#User=aqua
|
||||||
|
#RemainAfterExit=true
|
||||||
|
ExecStart=/usr/bin/python /home/aqua/git/streamdeck/streamdeck.py
|
||||||
|
ExecStop=pkill -9 -f streamdeck.py
|
||||||
|
#StandardInput=tty-force
|
||||||
|
|
||||||
|
#StandardOutput=append:/home/aqua/streamdeck.log
|
||||||
|
#StandardError=append:/home/aqua/streamdeck.log
|
||||||
|
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy = multi-user.target
|
Loading…
x
Reference in New Issue
Block a user