Files
charm-vault/src/templates/vault.service.j2
T
Liam Young 773b360a70 Restructure charm to follow src dir format
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
2018-02-19 10:19:09 +00:00

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