PKGBUILDs/extra/lirc/lircm.service

13 lines
177 B
SYSTEMD
Raw Normal View History

2012-10-02 12:48:11 +00:00
[Unit]
Description=LIRC Mouse
2013-10-08 23:00:40 +00:00
Requires=lirc.service
After=network.target lirc.service
2012-10-02 12:48:11 +00:00
[Service]
Type=forking
2013-10-08 23:00:40 +00:00
ExecStart=/usr/sbin/lircmd
2012-10-02 12:48:11 +00:00
[Install]
WantedBy=multi-user.target
2013-10-08 23:00:40 +00:00