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