This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
heartbeat_plus_lxc [2016/04/27 12:15] val |
heartbeat_plus_lxc [2017/10/11 14:28] (current) val |
||
---|---|---|---|
Line 9: | Line 9: | ||
case $1 in | case $1 in | ||
start) | start) | ||
- | lxc-start -n mail -d | + | lxc-start -n server |
;; | ;; | ||
stop) | stop) | ||
- | lxc-stop -n mail | + | lxc-stop -n server |
;; | ;; | ||
esac | esac |