This cleans up tmp and logrotates /var/log every 12 hours. Note that this janitor is separate from the box janitor because they run as different users. Fixes #503
11 lines
281 B
SYSTEMD
11 lines
281 B
SYSTEMD
[Unit]
|
|
Description=Cloudron Smart Cloud
|
|
Documentation=https://cloudron.io/documentation.html
|
|
StopWhenUnneeded=true
|
|
Requires=box.service janitor.timer docker_janitor.timer
|
|
After=box.service janitor.timer docker_janitor.timer
|
|
# AllowIsolate=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|