/lib/systemd/system/svxlink_gpio_setup.service is in svxlink-gpio 17.12.1-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 | [Unit]
Description=SvxLink repeater control software GPIO setup
Documentation=man:svxlink(1)
[Service]
Type=oneshot
ExecStart=/usr/share/svxlink/scripts/svxlink_gpio_up
ExecStop=/usr/share/svxlink/scripts/svxlink_gpio_down
#Restart=on-failure
TimeoutStartSec=60
WorkingDirectory=/etc/svxlink
RemainAfterExit=True
|