aboutsummaryrefslogtreecommitdiffstats
path: root/roles/space_server/files/blackhole.service
blob: e32f6423261fa65f37c44f865d6cfda10b117098 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Blackhole routes
Wants=network.target

[Service]
Type=oneshot
ExecStart=/etc/systemd/scripts/blackhole.sh
RemainAfterExit=yes

[Install]
WantedBy=multi-user.target