added option to silently restart services

This commit is contained in:
2019-04-09 21:53:55 +02:00
parent febd6e2eb7
commit 2818e57023
2 changed files with 11 additions and 6 deletions

View File

@ -59,6 +59,9 @@ gitlab-workhorse=gitlab
qemu-system-x86_64=
# The services section contains restart policy for specific services.
# valid policies are 'ignore', 'warn' and 'restart'.
# valid policies are 'ignore', 'warn', 'restart' and 'silent-restart'.
# 'silent-restart' is like 'restart', but will not log a warning when
# the service is restarted.
[services]
libvirtd=ignore
php-fpm=silent-restart