summarylogtreecommitdiffstats
path: root/service
blob: 297c8fa9098d93a646e6f0ed30dbd49e6dfc7c3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description = Cloudprober daemon
After = network.target
AssertPathExists = /etc/cloudprober.textproto

[Service]
ExecStart = /usr/bin/cloudprober --config_file=/etc/cloudprober.textproto
Restart = always
LogsDirectory = cloudprober

[Install]
WantedBy = multi-user.target