15 lines
275 B
Plaintext
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
|