procsnitchd

command module
v0.0.0-...-98b6209 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 22, 2016 License: BSD-3-Clause Imports: 11 Imported by: 0

README

procsnitchd

UNIX domain socket service providing process information for local network connections

install

procsnitchd systemd unit file

[Unit]
Description=procsnitchd
After=tor.service

[Service]
Type=simple
User=root
Group=root
ExecStartPre=-/bin/mkdir /var/run/procsnitchd
ExecStartPre=/bin/chgrp procsnitch /var/run/procsnitchd
ExecStart=/usr/local/sbin/procsnitchd -socket /var/run/procsnitchd/rpc.socket -group procsnitch

Create the procsnitch group and directory.

groupadd --system procsnitch
mkdir /var/run/procsnitchd
chgrp procsnitch /var/run/procsnitchd

Programs using procsnitch should be in the procsnitch group so that they can read/write the UNIX domain socket /var/run/procsnitchd/rpc.socket.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL