summarylogtreecommitdiffstats
path: root/bitmeter.service
blob: 8eb21f67de374ba7297bcdaebbd500a5ae98252a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Unit]
Description=Packet Capture Service for BitMeter-OS
Requires=network.target
ConditionPathExists=/var/lib/bitmeter/bitmeter.db
After=syslog.target network.target

[Service]
ExecStart=/usr/bin/bmcapture
Type=simple
StandardError=syslog
StandardOutput=syslog
User=root
Group=root

[Install]
WantedBy=multi-user.target