If I want to reboot the node i have to go into a couple of containers which are running processes via tmux.
a) how would I run a
to issue a CTRL-C to these processes?
b) and how would I hook A into the node shutdown routine?
PS: At this time it is not possible to daemonize these processes (they require a password).
a) how would I run a
Code:
pct exec VMID 'cmd here'
b) and how would I hook A into the node shutdown routine?
PS: At this time it is not possible to daemonize these processes (they require a password).