summarylogtreecommitdiffstats
path: root/babelweb2.service
blob: dfe9bc5cfc7f6f5a245577a3febc9c1d92851c82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[Unit]
Description=Yet Another Monitoring Tool for the Babel routing daemon
After=network.target

[Service]
Type=simple
User=nobody
ExecStart=/usr/bin/babelweb2 -static /usr/share/babelweb2/static/
Restart=on-failure

PrivateTmp=true
PrivateDevices=true
ProtectSystem=strict
ProtectHome=true
ProtectKernelModules=true
ProtectControlGroups=true

[Install]
WantedBy=multi-user.target