diff options
Diffstat (limited to 'libre/lirc-libre/lircm.service')
-rw-r--r-- | libre/lirc-libre/lircm.service | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libre/lirc-libre/lircm.service b/libre/lirc-libre/lircm.service new file mode 100644 index 000000000..6b258e312 --- /dev/null +++ b/libre/lirc-libre/lircm.service @@ -0,0 +1,11 @@ +[Unit] +Description=LIRC Mouse +After=lirc.service +Wants=lirc.service + +[Service] +ExecStart=/usr/sbin/lircmd -u +Type=forking + +[Install] +WantedBy=multi-user.target |