summaryrefslogtreecommitdiff
path: root/systemd/web_kbn.service
blob: 71e7ff24b0bbdbef6ee9a3fe3847e5c021ea2ab2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=web_kbn site
After=web_kbn.service

[Service]
User=user
Group=user
Restart=on-failure
ExecStart=/home/user/homekit/bin/web_kbn.py
WorkingDirectory=/home/user

[Install]
WantedBy=multi-user.target