summarylogtreecommitdiffstats
path: root/fhem.service
blob: 458259886abd04c8dbd5391242db0a12e188b9c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=FHEM Perl Server
After=syslog.target network.target

[Service]
Type=oneshot
RemainAfterExit=yes
User=fhem
WorkingDirectory=/opt/fhem
ExecStart=/usr/bin/perl fhem.pl fhem.cfg

[Install]
WantedBy=multi-user.target