2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-01 19:30:31 +00:00
fhem-mirror/fhem/contrib/init-scripts/fhem.service

14 lines
202 B
SYSTEMD
Raw Normal View History

# $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