summarylogtreecommitdiffstats
path: root/froniusd.service
diff options
context:
space:
mode:
authorAlexander Pohl2023-12-02 19:44:14 +0100
committerAlexander Pohl2023-12-02 19:44:14 +0100
commitb3addba695943747acca310d0a166b4c99b3cabb (patch)
tree0ee7555df3177111bc5acfcad7e7468d8abf07b7 /froniusd.service
downloadaur-froniusd.tar.gz
initial package upload to aur
Diffstat (limited to 'froniusd.service')
-rw-r--r--froniusd.service17
1 files changed, 17 insertions, 0 deletions
diff --git a/froniusd.service b/froniusd.service
new file mode 100644
index 000000000000..57bed825a941
--- /dev/null
+++ b/froniusd.service
@@ -0,0 +1,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