mirror of
https://github.com/YunoHost-Apps/wekan_ynh.git
synced 2024-09-03 20:36:09 +02:00
removing service dependencies
as service name is different for stretch and buster
This commit is contained in:
parent
0814fca58c
commit
2875a93925
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
[Unit]
|
||||
Description=Wekan, task board
|
||||
Wants=mongodb.service
|
||||
After=network.target mongodb.service
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
|
|
Loading…
Reference in a new issue