summaryrefslogtreecommitdiffstats
path: root/elchos/root-image/etc/systemd/system/elch-hostname.service
blob: 8af94772bed30c0aceda249a63032d5102118525 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=change elchOS hostname
Before=network.target nss-lookup.target multi-user.target

[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/krebs/bin/set-hostname.sh

[Install]
WantedBy=multi-user.target