alice-auth/usr/lib/systemd/system/ldap-hostname.service

11 lines
170 B
SYSTEMD
Raw Permalink Normal View History

2024-11-18 10:32:21 -03:00
[Unit]
Description=Set hostname based on IP from LDAP
After=network.target
[Service]
Type=oneshot
ExecStart=/usr/bin/ldap-hostname
[Install]
WantedBy=multi-user.target