ba0f05436c
added in APP_INSTANCE for custom start includine debug first basic working version that has been deployed
7 lines
216 B
Bash
Executable file
7 lines
216 B
Bash
Executable file
#!/bin/bash
|
|
# install template system space
|
|
DIR="$(dirname "$(readlink -f "$0")")"
|
|
sudo \cp -f $DIR/update-public-ip@.service /etc/systemd/system
|
|
echo "update-public-ip@.service copied to systemd"
|
|
. start
|
|
. persist
|