summarylogtreecommitdiffstats
path: root/funkwhale.service
blob: 22b98a8076dba7731e2cee17d91a8a86465668b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Funkwhale
After=httpd.service nginx.service
Wants=funkwhale-server.service funkwhale-beat.service funkwhale-worker.service

[Service]
Type=oneshot
ExecStart=/bin/true
RemainAfterExit=yes

[Install]
WantedBy=multi-user.target