mirror of
https://github.com/YunoHost-Apps/lufi_ynh.git
synced 2024-09-03 19:36:28 +02:00
systemd service type should be "forking" ?
This commit is contained in:
parent
6e05053ee9
commit
17fc3def18
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ Requires=network.target
|
|||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
Type=forking
|
||||
User=__APP__
|
||||
Group=__APP__
|
||||
RemainAfterExit=yes
|
||||
|
|
Loading…
Reference in a new issue