summarylogtreecommitdiffstats
path: root/flicd.service
blob: 84e8d22598a2cbf7ef405bcfb1eadf2ce50bae8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=flicd
After=network.target

[Service]
Type=simple
Restart=always
RestartSec=3
ExecStart=/usr/bin/flicd -f /etc/flicd/db -s 0.0.0.0 -p 5551

[Install]
WantedBy=multi-user.target