systemd: add web_kbn unit
This commit is contained in:
parent
840cbe4729
commit
8cf49d3d4c
13
systemd/web_kbn.service
Normal file
13
systemd/web_kbn.service
Normal file
@ -0,0 +1,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
|
Loading…
x
Reference in New Issue
Block a user