Fedora: ajouter un programme au démarrage

1.) make a new file in the /etc/init.d/ directory
2.) add your script to this file with the following lines at the top
#!/bin/bash
# chkconfig: 345 85 15
# description: of your file
3.) enter this in the shell
chkconfig --add startup_filename
This entry was posted in Uncategorized. Bookmark the permalink. Post a comment or leave a trackback: Trackback URL.

Post a Comment

Your email is never published nor shared. Required fields are marked *

*
*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>