AnotterKiosk/kiosk_skeleton/etc/systemd/system/kiosk-set-hostname.service
2023-06-29 22:14:05 +02:00

10 lines
190 B
Desktop File

[Unit]
Description=Set hostname to the one from kioskbrowser.ini
Before=networking.service
[Service]
Type=oneshot
ExecStart=/usr/bin/kiosk-set-hostname
[Install]
WantedBy=multi-user.target