mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 18:59:33 +00:00
c9b259974e
git-svn-id: https://svn.fhem.de/fhem/trunk@19235 2b470e98-0d58-463d-a4d8-8e2adae1ed80
23 lines
401 B
Desktop File
23 lines
401 B
Desktop File
# $Id$
|
|
|
|
[Unit]
|
|
Description=FHEM Home Automation
|
|
Wants=network.target
|
|
After=network.target
|
|
#Requires=postgresql.service
|
|
#After=postgresql.service
|
|
#Requires=mysql.service
|
|
#After=mysql.service
|
|
|
|
[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
|