M
Size: a a a
M
(
S
(
(
PK
A
D
V
MM
ExecStart=/bin/automated-ebs-snapshots --config /etc/aebs/aebs.conf --log-file /var/log/aebs.log --daemon startНу и внутри:
ExecStop=/bin/automated-ebs-snapshots --config /etc/aebs/aebs.conf --daemon stop
import sys
import automated_ebs_snapshots
if __name__ == '__main__':
try:
automated_ebs_snapshots.main()
except KeyboardInterrupt:
sys.exit(0)
sys.exit(0)
sys.exit(1)
MM
VS
VS
ExecStart=/bin/automated-ebs-snapshots --config /etc/aebs/aebs.conf --log-file /var/log/aebs.log --daemon startНу и внутри:
ExecStop=/bin/automated-ebs-snapshots --config /etc/aebs/aebs.conf --daemon stop
import sys
import automated_ebs_snapshots
if __name__ == '__main__':
try:
automated_ebs_snapshots.main()
except KeyboardInterrupt:
sys.exit(0)
sys.exit(0)
sys.exit(1)
MM
MM
VS
MM
VS
import automated_ebs_snapshots
MM
import automated_ebs_snapshots