Files
op-pedal/src/templates/pipedal_p2pd.service.template
T
2022-05-10 15:24:08 -04:00

15 lines
275 B
Plaintext

[Unit]
Description=PiPedal P2P Session Manager
After=network.target
After=wpa_supplicant.service
After=dhcpcd.service
[Service]
ExecStart=${COMMAND} --systemd --log-level debug
Type=notify
WorkingDirectory=/var/pipedal
TimeoutStopSec=5
[Install]
WantedBy=multi-user.target