mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-01 19:30:31 +00:00
fab447eb8a
git-svn-id: https://svn.fhem.de/fhem/trunk@16001 2b470e98-0d58-463d-a4d8-8e2adae1ed80
19 lines
301 B
Desktop File
19 lines
301 B
Desktop File
# $Id$
|
|
|
|
[Unit]
|
|
Description=FHEM Home Automation
|
|
Wants=network.target
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
User=fhem
|
|
Group=dialout
|
|
WorkingDirectory=/opt/fhem
|
|
ExecStart=/usr/bin/perl fhem.pl fhem.cfg
|
|
#ExecStart=/usr/bin/perl fhem.pl configDB
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|