11 lines
182 B
Desktop File
Executable File
11 lines
182 B
Desktop File
Executable File
[Unit]
|
|
Description=Update /etc/issue with ethN IP addresses
|
|
After=network-online.target
|
|
|
|
[Service]
|
|
ExecStart=/root/update_issue.sh
|
|
Type=oneshot
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|