[go: up one dir, main page]

Menu

[a1f4f7]: / ip-array.service  Maximize  Restore  History

Download this file

23 lines (17 with data), 450 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
[Unit]
Description=IP-Array Firewall
DefaultDependencies=no
After=network.target
Wants=network.target
Wants=systemd-modules-load.service local-fs.target
After=systemd-modules-load.service local-fs.target
Conflicts=shutdown.target
Before=shutdown.target
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/etc/init.d/ip-array start
ExecStop=/etc/init.d/ip-array stop
ExecReload=/etc/init.d/ip-array restart
[Install]
WantedBy=multi-user.target