13 lines
266 B
SYSTEMD
13 lines
266 B
SYSTEMD
|
|
[Unit]
|
||
|
|
Description=Write Furtka /etc/issue with current IP for the console welcome
|
||
|
|
After=network-online.target
|
||
|
|
Wants=network-online.target
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
Type=oneshot
|
||
|
|
ExecStart=/usr/local/bin/furtka-update-issue
|
||
|
|
RemainAfterExit=yes
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=multi-user.target
|