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
738b4e60fa59077f6d9903e6101535ebc954620f
cloudron-box
/
setup
/
stop.sh
8 lines
79 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
cloudron.target is not needed
2020-08-01 20:00:20 -07:00
systemctl stop box
Reference in New Issue
Copy Permalink