homekit/systemd/web_kbn.service
2024-02-19 03:51:29 +03:00

14 lines
215 B
Desktop File

[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