11 lines
176 B
Desktop File
11 lines
176 B
Desktop File
[Unit]
|
|
Description=/etc/rc.local compatibility
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/etc/rc.local
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|