diff options
Diffstat (limited to 'debian/apache2@.service')
-rw-r--r-- | debian/apache2@.service | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/apache2@.service b/debian/apache2@.service index c0720505..395137ba 100644 --- a/debian/apache2@.service +++ b/debian/apache2@.service @@ -1,11 +1,11 @@ [Unit] Description=The Apache HTTP Server After=network.target remote-fs.target nss-lookup.target -ConditionPathIsDirectory=/etc/apache2-%I +ConditionPathIsDirectory=/etc/apache2-%i [Service] Type=forking -Environment=APACHE_CONFDIR=/etc/apache2-%I +Environment=APACHE_CONFDIR=/etc/apache2-%i ExecStart=/usr/sbin/apachectl start ExecStop=/usr/sbin/apachectl stop ExecReload=/usr/sbin/apachectl graceful |