mirror of
https://github.com/toyoshim/opipad.git
synced 2024-11-25 21:35:29 +00:00
16 lines
272 B
Desktop File
16 lines
272 B
Desktop File
[Unit]
|
|
Description=OpiPad input2gpio service
|
|
DefaultDependencies=no
|
|
Before=sysinit.target
|
|
Conflicts=shutdown.target
|
|
|
|
[Service]
|
|
ExecStart=/opt/opipad/input2gpio.sh
|
|
ExecStop=killall input2gpio
|
|
Type=simple
|
|
RemainAfterExit=no
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=sysinit.target
|