mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] Ensure that the service yunohost-api is always running
This commit is contained in:
parent
4e3968fd96
commit
f0f060345b
1 changed files with 2 additions and 0 deletions
2
debian/yunohost-api.service
vendored
2
debian/yunohost-api.service
vendored
|
@ -6,6 +6,8 @@ After=network.target
|
|||
Type=simple
|
||||
ExecStart=/usr/bin/yunohost-api
|
||||
ExecReload=/bin/kill -HUP $MAINPID
|
||||
Restart=always
|
||||
RestartSec=1
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
Loading…
Add table
Reference in a new issue