From c1c1213e8e0db85b6d23b65690f134d28196e617 Mon Sep 17 00:00:00 2001 From: ewilly Date: Tue, 18 Dec 2018 07:25:26 +0100 Subject: [PATCH] Remove duplicate file --- conf/homeassistant.service | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 conf/homeassistant.service diff --git a/conf/homeassistant.service b/conf/homeassistant.service deleted file mode 100644 index 1d4143c..0000000 --- a/conf/homeassistant.service +++ /dev/null @@ -1,11 +0,0 @@ -[Unit] -Description=Home Assistant -After=network-online.target - -[Service] -Type=simple -User=%i -ExecStart=/srv/homeassistant/bin/hass -c "/home/homeassistant/.homeassistant" - -[Install] -WantedBy=multi-user.target