summarylogtreecommitdiffstats
path: root/smartmeter.service
blob: 825d852bb8440bed47931cd752151998801301e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[Unit]
Description=Smartmeter
After=network.target

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

[Install]
WantedBy=multi-user.target