fix systemd service deps
This commit is contained in:
parent
6fb34f973e
commit
1c56f6f4bd
@ -12,7 +12,7 @@ source=(
|
||||
'ipset-blacklist.timer'
|
||||
)
|
||||
sha256sums=('SKIP'
|
||||
'89e0b207644b7640539ca66e87b99b6c8fcfae8409ed7b36999f8c7e65896afb'
|
||||
'a950d286a885b62a52ff16cc5714808825a8519ed874e5427519816876a603ea'
|
||||
'ebd5dc1a38b650beaeeb70451c7315be1286ae10b945f5a2baa593502af32609')
|
||||
|
||||
pkgver() {
|
||||
|
@ -1,10 +1,10 @@
|
||||
[Unit]
|
||||
Description=ipset-blacklist
|
||||
After=network.target
|
||||
After=network.target network-online.target iptables.service ipset.service
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/bin/update-blacklist.sh /etc/ipset-blacklist/ipset-blacklist.conf
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
WantedBy=multi-user.target
|
||||
|
Loading…
Reference in New Issue
Block a user