diff options
author | Jonas Smedegaard <dr@jones.dk> | 2004-09-26 23:01:12 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2004-09-26 23:01:12 +0000 |
commit | c82b086fc3f54999e64464201223c3cc21f41be0 (patch) | |
tree | f79039a2689059bf854c27bac17e94a6224fadff /proftpd | |
parent | ca873b145c0969ca20d7b7554a24612867a723ec (diff) |
Reload if necessary.
Diffstat (limited to 'proftpd')
-rwxr-xr-x | proftpd/proftpd.cf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/proftpd/proftpd.cf b/proftpd/proftpd.cf index 31273fa..5eb6884 100755 --- a/proftpd/proftpd.cf +++ b/proftpd/proftpd.cf @@ -2,7 +2,10 @@ control: OutputPrefix = ("${cf_prefix}") - actionsequence = ( editfiles ) + actionsequence = ( + editfiles + shellcommands + processes AddInstallable = ( proftpd_reload ) EditfileSize = ( 10000 ) |