summarylogtreecommitdiffstats
path: root/funkwhale.service
blob: 2abe88c8fcbcc48c409027303370bd3792989bd7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[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