Hi, I did some tests:
This is the content of the file /etc/rc.d/rc.local that I used: ------------------------------ #!/bin/bash # this is the file /ctc/rc./rc.local /etc/rc.d/dummy-test.sh /etc/rc.d/syncronize-java_srcs.sh ------------------------------ I put inside it two script to be executed: /etc/rc.d/dummy-test.sh (to make a simple copy of a file) /etc/rc.d/syncronize-java_srcs.sh (to make backups ..) ----------------------------------- [angelo_dev@zorro rc.d]$ cat dummy-test.sh #!/bin/bash cp /home/angelo_dev/Documents/dconf-Editor.xcf /media/PRTZ-src_sync --------------------------------- --------------------------------- [angelo_dev@zorro rc.d]$ cat syncronize-java_srcs.sh #!/bin/bash # this is the file /home/angelo_dev/bin/syncronize-java_srcs.sh rsync -av --delete --include='*/' --include='*.java' --include='*.form' --exclude='*' \ /home/programmers/java/PROJECTS_development/ \ /media/PRTZ-src_sync --------------------------- the scripts are both in the same directory... ( the same directory than rc.local) NOW : doing the reboot, only the first script is executed NOT the second one So I have the *copy* of the file (for test) *but not the backup.* how it can be interpreted that fact ? On Wed, Oct 29, 2014 at 8:17 AM, Joe Zeff <j...@zeff.us> wrote: > On 10/28/2014 11:08 PM, Angelo Moreschini wrote: > >> the file “sol”: (-rwxr-xr-x. 1 root root 62480 Mar 5 2014 /usr/bin/touch) >> >> >> is an executable (a card game that can run seamlessly from the command >> line). >> >> >> At the boot, the program “sol” has _*not been launched*_ yet. >> >> > The program is, as I understand, a GUI game written to run in the X > Windowing environment, which doesn't start until after you log in. How do > you expect it to run at boot? > > -- > users mailing list > users@lists.fedoraproject.org > To unsubscribe or change subscription options: > https://admin.fedoraproject.org/mailman/listinfo/users > Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct > Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines > Have a question? Ask away: http://ask.fedoraproject.org >
-- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org