Skip to content

Commit

Permalink
bbfw.network.service: fixing unit file
Browse files Browse the repository at this point in the history
  • Loading branch information
syzdek committed Jul 4, 2024
1 parent 318efab commit d67dc02
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/systemd/bbfw.network.service.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,14 @@ Documentation=man:ip(8)
Wants=network.target
After=network-pre.target dbus.service
Before=network.target network.service
BindsTo=dbus.service

[Service]
Type=oneshot
ExecStart=@sbindir@/bbnet start
ExecStop=@sbindir@/bbnet stop
ExecReload=@sbin@/bbnet restart
ExecReload=@sbindir@/bbnet restart
RemainAfterExit=yes

[Install]
WantedBy=multi-user.target
Also=NetworkManager-dispatcher.service
Also=NetworkManager-wait-online.service

0 comments on commit d67dc02

Please # to comment.