13 lines
199 B
Desktop File
Executable File
13 lines
199 B
Desktop File
Executable File
[Unit]
|
|
Description=Update login screen with IP addresses
|
|
After=network-online.target
|
|
|
|
[Service]
|
|
ExecStart=/root/update_issue.sh
|
|
Type=simple
|
|
User=root
|
|
Group=root
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|