summarylogtreecommitdiffstats
path: root/airtime-liquidsoap.service
blob: 0857eaf3e71309e5240a5eb30f73b6e0e9de468e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=airtime-liquidsoap daemon
After=local-fs.target remote-fs.target network.target

[Service]
Type=simple
User=http
Group=http
ExecStart=/usr/bin/airtime-liquidsoap
ExecReload=/usr/bin/kill -HUP $MAINPID

[Install]
WantedBy=multi-user.target