
-v3.1.2. -Improve Installation_Instructions.txt. -Revise 3D Model support, Vector file support, Image support, Iso support. -Improve securePath function comments, add URL support. -Trying to automate the translation into other languages. -Add rc-local.service template file for systems where it is missing and needs to be installed.
14 lines
No EOL
254 B
Desktop File
14 lines
No EOL
254 B
Desktop File
[Unit]
|
|
Description=/etc/rc.local Compatibility
|
|
ConditionPathExists=/etc/rc.local
|
|
|
|
[Service]
|
|
Type=forking
|
|
ExecStart=/etc/rc.local start
|
|
TimeoutSec=0
|
|
StandardOutput=tty
|
|
RemainAfterExit=yes
|
|
SysVStartPriority=99
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |