This website requires JavaScript.
Explore
Help
Sign In
jjkiers
/
cloudron-box
Watch
1
Star
0
Fork
0
You've already forked cloudron-box
Code
Issues
Pull Requests
1
Actions
Packages
Projects
Releases
Wiki
Activity
Files
bca57b5e473b02e6cd851c19df237eb40dea1d83
cloudron-box
/
setup
/
stop.sh
8 lines
91 B
Bash
Raw
Normal View
History
Unescape
Escape
app.portBindings and newManifest.tcpPorts may be null
2015-07-20 00:09:47 -07:00
#!/bin/bash
set
-eu -o pipefail
Move from supervisor to systemd This removes logrotate as well since we use systemd logging
2015-09-07 11:18:44 -07:00
echo
"Stopping cloudron"
app.portBindings and newManifest.tcpPorts may be null
2015-07-20 00:09:47 -07:00
Revert "Do not wait for cloudron.target to stop" This reverts commit dcfe2e4fdbcbd2acb98cefe9b50ef0bb1828eb48.
2016-06-30 15:01:32 +02:00
systemctl stop cloudron.target
Reference in New Issue
Copy Permalink