File: solarpowerlog.service

package info (click to toggle)
solarpowerlog 0.26-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,724 kB
  • sloc: cpp: 11,856; ansic: 1,044; php: 728; sh: 188; xml: 166; makefile: 166
file content (17 lines) | stat: -rw-r--r-- 361 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[Unit]
Description=Solarpowerlog queries inverters and logs their data
After=network.target
Documentation=man:solarpowerlog

[Service]
Type=simple
DynamicUser=yes
#SupplementaryGroup=www-data

WorkingDirectory=/etc/solarpowerlog
ExecStart=/usr/bin/solarpowerlog -c /etc/solarpowerlog/solarpowerlog.conf
Restart=on-failure

[Install]
WantedBy=multi-user.target