ebtables/ebtables.service
Kristyna Streitova 92263e6f79 Accepting request 831476 from home:dimstar:Factory
- 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
2020-09-02 15:26:54 +00:00

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