The OpenStack reactive charms use a src directory to store the 'source' charm. Convert the vault charm to comply with this structure. Change-Id: I7dd36b9aa7419459238f989dfe6c0553f7641cdf
13 lines
215 B
Django/Jinja
13 lines
215 B
Django/Jinja
[Unit]
|
|
Description=HashiCorp Vault
|
|
After=syslog.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/snap/bin/vault server -config /var/snap/vault/common/vault.hcl
|
|
Restart=always
|
|
User=root
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|