mirror of
https://gitlab.com/shorewall/code.git
synced 2025-03-07 11:01:19 +01:00
17 lines
385 B
Desktop File
17 lines
385 B
Desktop File
[Unit]
|
|
Description=Shorewall IPv6 firewall (lite)
|
|
After=syslog.target
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
EnvironmentFile=-/etc/sysconfig/shorewall6-lite
|
|
StandardOutput=syslog
|
|
ExecStart=/sbin/shorewall6-lite $OPTIONS start
|
|
ExecReload=/sbin/shorewall6-lite $OPTIONS restart
|
|
ExecStop=/sbin/shorewall6-lite $OPTIONS stop
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|