projects
/
weathermon.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
DB "canary" added - with fail/restart when connection dropped
[weathermon.git]
/
systemd
/
weathermon.service
1
[Unit]
2
Description=Weather Station Monitor
3
Requires=network.target mysql.service
4
After=network.target
5
6
[Service]
7
User=root
8
Type=simple
9
ExecStart=/usr/local/bin/weathermon
10
Restart=always
11
RestartSec=30s
12
13
[Install]
14
WantedBy=multi-user.target