input2gpio: fix service config

This commit is contained in:
Takashi Toyoshima 2019-01-04 23:05:25 +00:00
parent 1638fbeecf
commit f7627150e1

View File

@ -7,8 +7,8 @@ Conflicts=shutdown.target
[Service]
ExecStart=/opt/opipad/input2gpio.sh
ExecStop=killall input2gpio
Type=onshot
RemainAfterExit=yes
Type=simple
RemainAfterExit=no
Restart=always
[Install]