summaryrefslogtreecommitdiffstats
path: root/xci/installer/osh/playbooks/roles/prepare-opnfvhost-osh/files/helm-serve.service
blob: c3988d6fdf333dbd1f0a42c798a4623e1136ea1c (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Helm Server
After=network.target

[Service]
User=root
Restart=always
ExecStart=/usr/bin/helm serve

[Install]
WantedBy=multi-user.target