This commit is contained in:
parent
842a3b578a
commit
2666c4a2a5
21
README.md
21
README.md
@ -19,6 +19,27 @@
|
||||
|
||||
See http://kb.linuxvirtualserver.org/wiki/Using_arp_announce/arp_ignore_to_disable_ARP
|
||||
|
||||
### Systemd unit
|
||||
|
||||
[Unit]
|
||||
Description=NetCombiner for interface %i
|
||||
After=network-online.target
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
|
||||
ExecStartPre=/etc/netcombiner/%i.pre
|
||||
ExecStart=/usr/local/sbin/netcombiner %i
|
||||
ExecStartPost=/etc/netcombiner/%i.post
|
||||
|
||||
User=root
|
||||
Group=root
|
||||
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
||||
### Setup Scripts
|
||||
These are functional setup scripts that make the application run as intended on Linux.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user