systemd: add web_kbn unit

This commit is contained in:
Evgeny Zinoviev 2024-02-19 03:51:29 +03:00
parent 840cbe4729
commit 8cf49d3d4c

13
systemd/web_kbn.service Normal file
View 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