Skip to content

Commit

Permalink
PMM-10735 change service type
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Tymchuk committed Sep 23, 2022
1 parent 62d5f82 commit 14c5bbc
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ After=network.target
RequiresMountsFor=/srv

[Service]
Type=forking
Type=simple
# we need to wait till time is synchronized
ExecStartPre=/usr/bin/sleep 10
ExecStart=/usr/bin/supervisord -c /etc/supervisord.conf
TimeoutStartSec=120

[Install]
WantedBy=multi-user.target

0 comments on commit 14c5bbc

Please sign in to comment.