mirror of
https://github.com/home-assistant/core.git
synced 2025-07-31 19:25:12 +02:00
Rename service unit file
This commit is contained in:
13
script/home-assistant@.service
Normal file
13
script/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
|
||||
|
Reference in New Issue
Block a user