Simplify plist

This commit is contained in:
Baptiste Daroussin 2014-09-02 15:17:55 +00:00
parent d713116bf9
commit bd0ddd0f53
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=367028

View File

@ -63,7 +63,4 @@ sbin/lighttpd-angel
@dirrmtry etc/lighttpd/vhosts.d
@dirrmtry etc/lighttpd/conf.d
@dirrmtry etc/lighttpd
@cwd /
@exec %%MKDIR%% -m 0700 %%LOGROOT%%
@exec %%CHOWN%% %%USER%%:%%GROUP%% %%LOGROOT%%
@unexec rmdir %%LOGROOT%% >/dev/null 2>&1 || :
@dirrmtry(%%USER%%,%%GROUP%%,700) %%LOGROOT%%