Ubuntu Pastebin

Paste from Pavel Sayekat | Pavlushka at Mon, 27 Jun 2016 18:57:19 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
systemctl cat snort
# /run/systemd/generator.late/snort.service
# Automatically generated by systemd-sysv-generator

[Unit]
Documentation=man:systemd-sysv-generator(8)
SourcePath=/etc/init.d/snort
Description=LSB: Lightweight network intrusion detection system
Before=multi-user.target
Before=multi-user.target
Before=multi-user.target
Before=graphical.target
Before=shutdown.target
After=time-sync.target
After=network-online.target
After=local-fs.target
After=remote-fs.target
After=systemd-journald-dev-log.socket
Wants=network-online.target
Conflicts=shutdown.target

[Service]
Type=forking
Restart=no
TimeoutSec=5min
IgnoreSIGPIPE=no
KillMode=process
GuessMainPID=no
RemainAfterExit=yes
ExecStart=/etc/init.d/snort start
ExecStop=/etc/init.d/snort stop
ExecReload=/etc/init.d/snort reload
Download as text