make janitor a systemd timer

one process lesser
This commit is contained in:
Girish Ramakrishnan
2015-09-11 17:41:31 -07:00
parent 6945a712df
commit 29e05b1caa
4 changed files with 17 additions and 10 deletions

View File

@@ -2,8 +2,8 @@
Description=Cloudron Smart Cloud
Documentation=https://cloudron.io/documentation.html
StopWhenUnneeded=true
Requires=apphealthtask.service box.service janitor.service oauthproxy.service
After=apphealthtask.service box.service janitor.service oauthproxy.service
Requires=apphealthtask.service box.service janitor.timer oauthproxy.service
After=apphealthtask.service box.service janitor.timer oauthproxy.service
# AllowIsolate=yes
[Install]