Skip to content

Instantly share code, notes, and snippets.

@fardjad
Last active February 7, 2019 22:17
Show Gist options
  • Save fardjad/0ac374a5d7563274cac5e5035d3f8ee2 to your computer and use it in GitHub Desktop.
Save fardjad/0ac374a5d7563274cac5e5035d3f8ee2 to your computer and use it in GitHub Desktop.
[bitmeter.service] Modified "/usr/lib/systemd/system/bitmeter.service" file for ArchLinux #archlinux #systemd #bitmeter
[Unit]
Description=Packet Capture Service for BitMeter-OS
Requires=network-online.target
ConditionPathExists=/var/lib/bitmeter/bitmeter.db
After=syslog-ng.target network-online.target
[Service]
ExecStart=/usr/bin/bmcapture
Type=idle
StandardError=syslog
StandardOutput=syslog
User=root
Group=root
[Install]
WantedBy=multi-user.target
@fardjad
Copy link
Author

fardjad commented May 31, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment