Employ a startup script
This commit is contained in:
11
net/remote/remote_startup.sh
Normal file
11
net/remote/remote_startup.sh
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# Runs at boot on each instance as root
|
||||
#
|
||||
# TODO: Make the following a requirement of the Instance image
|
||||
# instead of a manual install?
|
||||
|
||||
systemctl disable apt-daily.service # disable run when system boot
|
||||
systemctl disable apt-daily.timer # disable timer run
|
||||
apt-get --assume-yes install rsync libssl-dev
|
||||
|
Reference in New Issue
Block a user