summaryrefslogtreecommitdiff
path: root/community/inputattach/inputattach.service
blob: 2ec902c094ef25f827207598973142838e397d41 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Attach serial input devices to kernel input subsystem
After=syslog.target

[Service]
Type=forking
ExecStart=/usr/bin/inputattachctl start
ExecStop=/usr/bin/inputattachctl stop

[Install]
WantedBy=multi-user.target