Add upgrade procedure with remove/deploy
This commit is contained in:
parent
35633ef865
commit
ba318533e9
4 changed files with 32 additions and 5 deletions
|
@ -3,6 +3,7 @@ set -euo pipefail
|
|||
|
||||
systemd-run \
|
||||
--pty \
|
||||
--unit='photoprism-run' \
|
||||
--description='photoprism binary call' \
|
||||
--property=User={{ host.data.unix_user }} \
|
||||
--property=Group={{ host.data.unix_group }} \
|
||||
|
|
Reference in a new issue