mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-13 17:26:34 +00:00
fhem.service: service file for systemd added
git-svn-id: https://svn.fhem.de/fhem/trunk@13587 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
9a5c19cf40
commit
57645504a2
13
fhem/contrib/init-scripts/fhem.service
Normal file
13
fhem/contrib/init-scripts/fhem.service
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
# $Id$
|
||||||
|
[Unit]
|
||||||
|
Description=FHEM Home Automation
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Type=forking
|
||||||
|
ExecStart=/etc/init.d/fhem start
|
||||||
|
ExecStop=//etc/init.d/fhem stop
|
||||||
|
Restart=always
|
||||||
|
RestartSec=5
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=multi-user.target
|
Loading…
x
Reference in New Issue
Block a user