mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-01 13:29:26 +00:00
57645504a2
git-svn-id: https://svn.fhem.de/fhem/trunk@13587 2b470e98-0d58-463d-a4d8-8e2adae1ed80
14 lines
202 B
Desktop File
14 lines
202 B
Desktop File
# $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
|