Skip to main content
Formatting
Source Link
jasonwryan
  • 74.8k
  • 35
  • 204
  • 230

gnome-session-propertiesgnome-session-properties can be used to configure startup applications.

Also, if you want an application to run at system boot, you can add a rule like the following to your crontab (edit crontab with "crontab -e"crontab -e). @reboot /run/this/program/at/boot >/dev/null 2>&1:

@reboot /run/this/program/at/boot >/dev/null 2>&1

gnome-session-properties can be used to configure startup applications.

Also, if you want an application to run at system boot, you can add a rule like the following to your crontab (edit crontab with "crontab -e"). @reboot /run/this/program/at/boot >/dev/null 2>&1

gnome-session-properties can be used to configure startup applications.

Also, if you want an application to run at system boot, you can add a rule like the following to your crontab (edit crontab with crontab -e):

@reboot /run/this/program/at/boot >/dev/null 2>&1
Source Link
dannyadam
  • 321
  • 2
  • 5

gnome-session-properties can be used to configure startup applications.

Also, if you want an application to run at system boot, you can add a rule like the following to your crontab (edit crontab with "crontab -e"). @reboot /run/this/program/at/boot >/dev/null 2>&1