summaryrefslogtreecommitdiff
path: root/nonprism/hostname-blanker/hostname-blanker.service
blob: 3e5362b3a9308ce41a1f6660878339c6d132cdee (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Sets hostname before network comes online
Before=network-pre.target

[Service]
Type=oneshot
ExecStart=/bin/bash /opt/hostname-blanker
RemainAfterExit=false

[Install]
WantedBy=network-pre.target