Move from supervisor to systemd
This removes logrotate as well since we use systemd logging
This commit is contained in:
11
setup/container/systemd/cloudron.target
Normal file
11
setup/container/systemd/cloudron.target
Normal file
@@ -0,0 +1,11 @@
|
||||
[Unit]
|
||||
Description=Cloudron Smart Cloud
|
||||
Documentation=https://cloudron.io/documentation.html
|
||||
StopWhenUnneeded=true
|
||||
Requires=multi-user.target
|
||||
Wants=apphealthtask.service box.service janitor.service oauthproxy.service
|
||||
After=apphealthtask.service box.service janitor.service oauthproxy.service
|
||||
# AllowIsolate=yes
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user