diff options
author | Simon Rettberg | 2024-06-07 16:20:59 +0200 |
---|---|---|
committer | Simon Rettberg | 2024-06-07 16:20:59 +0200 |
commit | 3f9904d6a73d7795b102553cc94ec9ecce9d0b1c (patch) | |
tree | 599bc828970e567d53e1a0813c3f8177299cb230 /shib_secondary/remote/bwlp-copy-config.service | |
parent | [SSPS] Add safety-fallback to dpkg hook (diff) | |
download | setup-scripts-3f9904d6a73d7795b102553cc94ec9ecce9d0b1c.tar.gz setup-scripts-3f9904d6a73d7795b102553cc94ec9ecce9d0b1c.tar.xz setup-scripts-3f9904d6a73d7795b102553cc94ec9ecce9d0b1c.zip |
[shib_secondary] Tool to deploy a secondary masterserver as fallback
Diffstat (limited to 'shib_secondary/remote/bwlp-copy-config.service')
-rw-r--r-- | shib_secondary/remote/bwlp-copy-config.service | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/shib_secondary/remote/bwlp-copy-config.service b/shib_secondary/remote/bwlp-copy-config.service new file mode 100644 index 0000000..a4ad6c5 --- /dev/null +++ b/shib_secondary/remote/bwlp-copy-config.service @@ -0,0 +1,6 @@ +[Unit] +Description=Download current config from masterserver + +[Service] +Type=oneshot +ExecStart=/opt/bwlp/copy-current-config.sh |