Initial import of verae-keep from zapier monorepo
This commit is contained in:
commit
100a35d589
17 changed files with 1000 additions and 0 deletions
15
systemd/verae-keep-guard.service
Normal file
15
systemd/verae-keep-guard.service
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
[Unit]
|
||||
Description=Verae keep-alive guard (restarts watch + keep)
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
WorkingDirectory=%h/verae-keep
|
||||
Environment=KEEP_UNITS=%h/verae-keep/units.ns1.json
|
||||
Environment=KEEP_STATE=%h/verae-keep/data
|
||||
ExecStart=/usr/bin/bash %h/verae-keep/scripts/guard.sh
|
||||
Restart=always
|
||||
RestartSec=2
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
Loading…
Add table
Add a link
Reference in a new issue