summaryrefslogtreecommitdiff
path: root/nonprism/hostname-blanker/hostname-blanker.service
blob: 8a4bd922ff022575bd6b52bee7636c2c68f1f308 (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.sh
RemainAfterExit=false

[Install]
WantedBy=network-pre.target