added option to silently restart services
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user