mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
initial systemd service unit file
This commit is contained in:
parent
6c1f44242c
commit
071952462c
13
scripts/home-assistant.service
Normal file
13
scripts/home-assistant.service
Normal file
@ -0,0 +1,13 @@
|
||||
# This is a simple service file for systems with systemd.
|
||||
#
|
||||
[Unit]
|
||||
Description=Home Assistant
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/hass --config /root/.homeassistant
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
Loading…
x
Reference in New Issue
Block a user