Commit ec7b7fd1 authored by Ralf's avatar Ralf
Browse files

systemd service file

parent e872f431
Loading
Loading
Loading
Loading

ff-schild.service

0 → 100644
+11 −0
Original line number Diff line number Diff line
[Unit]
Description = ff-schild daemon
After = network-online.target
Wants = network-online.target

[Service]
ExecStart = /bin/bash -c "/opt/ff-schild/freifunk.sh > /dev/ttyS0"
KillSignal = SIGINT

[Install]
WantedBy = multi-user.target