new/buildroot/package/input-event-daemon/input-event-daemon.service

10 lines
152 B
SYSTEMD
Raw Normal View History

2025-05-10 21:58:58 +08:00
[Unit]
Description=Input Event Daemon
[Service]
ExecStart=/usr/bin/input-event-daemon --no-daemon
Restart=always
[Install]
WantedBy=multi-user.target