mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-03-13 22:22:13 +00:00
10 lines
152 B
SYSTEMD
10 lines
152 B
SYSTEMD
|
|
[Unit]
|
||
|
|
Description=Input Event Daemon
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
ExecStart=/usr/bin/input-event-daemon --no-daemon
|
||
|
|
Restart=always
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=multi-user.target
|