- Have the source .service file hold a placeholder for LIBEXECDIR, which we replace during build/install phase, allowing the package to be used no matter what value %{_libexecdir} has. OBS-URL: https://build.opensuse.org/request/show/831476 OBS-URL: https://build.opensuse.org/package/show/security:netfilter/ebtables?expand=0&rev=72
12 lines
222 B
Desktop File
12 lines
222 B
Desktop File
[Unit]
|
|
Description=Ethernet Bridge Filtering tables
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
ExecStart=@LIBEXECDIR@/ebtables-helper start
|
|
ExecStop=@LIBEXECDIR@/ebtables-helper stop
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|