[systemd] Add canon-webcam user script
This commit is contained in:
12
systemd/.config/systemd/user/canon-webcam.service
Normal file
12
systemd/.config/systemd/user/canon-webcam.service
Normal file
@ -0,0 +1,12 @@
|
||||
[Unit]
|
||||
Description=Run gPhoto with a stream from a webcam
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/home/powellc/.bin/slr-to-webcam
|
||||
ExecStop=pkill gphoto2
|
||||
Environment=SSH_AUTH_SOCK=%t/keyring/ssh
|
||||
Restart=on-failure
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
Reference in New Issue
Block a user