blob: 8a23773c432862fa81b0dbcad5bbd8beee3684b1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[Unit]
Description=change filehooker hostname
Before=network.target nss-lookup.target
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/krebs/bin/filehooker_set_hostname.sh
[Install]
WantedBy=multi-user.target
|