summarylogtreecommitdiffstats
path: root/froniusd.service
blob: 57bed825a941a3b5b8be6e110d03c8478d59735a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[Unit]
Description=Fronius SunSpec energy meter
After=network.target

[Service]
ExecStart=/usr/bin/froniusd -c /etc/froniusd.conf
User=solarmeter
Group=solarmeter
NoNewPrivileges=yes
ProtectSystem=full
ProtectHome=true
PrivateTmp=true
Restart=always
RestartSec=3

[Install]
WantedBy=multi-user.target