fix: allow enabling systemd funkwhale.target
This commit is contained in:
parent
01fd1503c9
commit
193d5aa9d1
2 changed files with 4 additions and 0 deletions
1
changes/changelog.d/1814.bugfix
Normal file
1
changes/changelog.d/1814.bugfix
Normal file
|
|
@ -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…
Add table
Add a link
Reference in a new issue