]> git.rmz.io Git - dotfiles.git/commitdiff
systemd: add cameractrlsd to restore camera settings
authorSamir Benmendil <me@rmz.io>
Wed, 10 Jul 2024 10:56:24 +0000 (11:56 +0100)
committerSamir Benmendil <me@rmz.io>
Wed, 10 Jul 2024 10:56:24 +0000 (11:56 +0100)
Does not yet work on resume from suspend.

systemd/user/cameractrlsd.service [new file with mode: 0644]

diff --git a/systemd/user/cameractrlsd.service b/systemd/user/cameractrlsd.service
new file mode 100644 (file)
index 0000000..cb5de20
--- /dev/null
@@ -0,0 +1,9 @@
+[Unit]
+Description=CameraCtrls daemon - restore control values
+
+[Service]
+Type=simple
+ExecStart=/usr/bin/cameractrlsd
+
+[Install]
+WantedBy=graphical-session.target