first commit
This commit is contained in:
14
snoop.service
Normal file
14
snoop.service
Normal file
@@ -0,0 +1,14 @@
|
||||
[Unit]
|
||||
After=network.target
|
||||
StartLimitIntervalSec=0[Service]
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
Restart=always
|
||||
RestartSec=1
|
||||
User=root
|
||||
ExecStart=/root/snoop_device
|
||||
WorkingDirectory=/root
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user