diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2025-06-28 00:08:47 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2025-06-28 00:08:47 +0300 |
| commit | 7dbec7b15eec608773f2923a9ed0b539f598e6c1 (patch) | |
| tree | cd3c86122609d4f2aa63e1c576729a3987fc71d1 /templates/etc_rc.conf.j2 | |
| parent | b0730ad31c13f573feb9bd527167ce78700a7209 (diff) | |
Add fstab, clean tmp and var
Diffstat (limited to 'templates/etc_rc.conf.j2')
| -rw-r--r-- | templates/etc_rc.conf.j2 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/etc_rc.conf.j2 b/templates/etc_rc.conf.j2 index c7e7b83..4b5d739 100644 --- a/templates/etc_rc.conf.j2 +++ b/templates/etc_rc.conf.j2 @@ -23,3 +23,5 @@ syslogd_flags="-s" jail_enable="YES" jail_parallel_start="YES" nginx_enable="YES" +clear_tmp_enable="YES" +cleanvar_enable="YES" |
