change WantedBy to multi-user.target

This commit is contained in:
Matthew Saunders Brown 2023-05-12 16:13:31 -07:00
parent 31339b6b81
commit 8cb1be03cb
4 changed files with 4 additions and 4 deletions

View File

@ -7,4 +7,4 @@ PathChanged=/etc/apache2/sites-enabled/
Unit=vhost-reload-apache.service
[Install]
WantedBy=default.target
WantedBy=multi-user.target

View File

@ -6,4 +6,4 @@ PathChanged=/etc/jailkit/jk_socketd.ini
Unit=vhost-reload-jailkit.service
[Install]
WantedBy=default.target
WantedBy=multi-user.target

View File

@ -7,4 +7,4 @@ PathChanged=/etc/php/8.1/fpm/pool.d/
Unit=vhost-reload-php.service
[Install]
WantedBy=default.target
WantedBy=multi-user.target

View File

@ -8,4 +8,4 @@ PathChanged=/etc/varnish/sites.vcl
Unit=vhost-reload-varnish.service
[Install]
WantedBy=default.target
WantedBy=multi-user.target