mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2024-12-15 09:00:26 +08:00
Cannot spawn as proc in sub shell. Breaks SOGo restart.
This commit is contained in:
parent
89788340a0
commit
812b9b617a
@ -26,7 +26,7 @@ priority=3
|
|||||||
autorestart=true
|
autorestart=true
|
||||||
|
|
||||||
[program:sogo]
|
[program:sogo]
|
||||||
command=sh -c "sleep 5; /usr/sbin/sogod"
|
command="/usr/sbin/sogod"
|
||||||
user=sogo
|
user=sogo
|
||||||
autorestart=true
|
autorestart=true
|
||||||
priority=5
|
priority=5
|
||||||
|
Loading…
Reference in New Issue
Block a user