Last active
February 7, 2019 22:17
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See also:
https://codebox.net/pages/bitmeteros
https://www.freedesktop.org/wiki/Software/systemd/NetworkTarget/
https://wiki.archlinux.org/index.php/systemd#Service_types
https://wiki.gentoo.org/wiki/Syslog-ng