diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-10-04 13:58:22 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-10-04 13:58:22 -0300 |
commit | df01a0e41c2338654de4b9cfcd9bb93222391455 (patch) | |
tree | f7768bc6e0a78e8762eabfc34edf0badb534196d /libre/lirc-libre/lircm.service | |
parent | ec9cdedd818fc5450a1f039298a1318ac8c53c94 (diff) | |
download | abslibre-df01a0e41c2338654de4b9cfcd9bb93222391455.tar.gz abslibre-df01a0e41c2338654de4b9cfcd9bb93222391455.tar.bz2 abslibre-df01a0e41c2338654de4b9cfcd9bb93222391455.zip |
lirc-libre-1:0.9.0-28: updating revision (adding systemd units)
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 |