8000 GitHub - leif/procsnitchd: Procsnitch Daemon
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

leif/procsnitchd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
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.

About

Procsnitch Daemon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%
0