fix: allow enabling systemd funkwhale.target
This commit is contained in:
parent
01fd1503c9
commit
193d5aa9d1
|
@ -0,0 +1 @@
|
||||||
|
Allow enabling systemd funkwhale.target
|
|
@ -1,3 +1,6 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Funkwhale
|
Description=Funkwhale
|
||||||
Wants=funkwhale-server.service funkwhale-worker.service funkwhale-beat.service
|
Wants=funkwhale-server.service funkwhale-worker.service funkwhale-beat.service
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=multi-user.target
|
||||||
|
|
Loading…
Reference in New Issue