Update install.

This commit is contained in:
K. Isom 2021-04-19 21:36:04 -07:00
parent 5a89703ea0
commit 2eceb8597e
2 changed files with 5 additions and 1 deletions

View File

@ -12,5 +12,6 @@ install:
setup:
sudo install -m 0644 kas.service /etc/systemd/system/kas.service
sudo install -m0700 -d /etc/kas
sudo install -m 0700 -d /etc/kas
sudo install -m 0600 kas.yaml /etc/kas/kas.yaml
sudo systemctl enable kas.service

View File

@ -8,3 +8,6 @@ ExecStart=/usr/local/bin/kas -f /etc/kas/kas.yaml
Restart=on-failure
Group=daemon
User=daemon
[Install]
WantedBy=default.target