1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2026-04-30 13:41:24 +01:00
Files
operating-system/buildroot/package/input-event-daemon/input-event-daemon.service
2018-03-17 23:47:00 +00:00

10 lines
152 B
Desktop File

[Unit]
Description=Input Event Daemon
[Service]
ExecStart=/usr/bin/input-event-daemon --no-daemon
Restart=always
[Install]
WantedBy=multi-user.target