aboutsummaryrefslogtreecommitdiff
path: root/write-influx.service
blob: aaed2b6ab0890f728a5a4b4bef8b78878fbfbb55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=write-influx

[Service]
Type=simple
User=blaise
ExecStart=<path-to-python-file>
ExecReload=/bin/kill -HUP $MAINPID

[Install]
WantedBy=multi-user.target