PKGBUILDs/extra/lirc/irexec.service

12 lines
178 B
SYSTEMD
Raw Normal View History

2012-10-02 12:48:11 +00:00
[Unit]
2014-08-16 14:20:07 +00:00
Description=LIRC command handler
After=network.target
2012-10-02 12:48:11 +00:00
[Service]
Type=forking
2014-08-16 14:20:07 +00:00
ExecStart=/usr/bin/irexec --daemon
2012-10-02 12:48:11 +00:00
[Install]
WantedBy=multi-user.target
2014-08-16 14:20:07 +00:00
Wants=lircd.service