blob: 278bc2b20173d451e5e83c11a8395d7c03649526 (
plain)
1
2
3
4
5
6
7
|
#!/bin/bash
# autostart.run runs after X has started.
# Put startup commands for scripts and programs in this file.
# Any files with execute permission in /etc/X11/autostart will also be run
# when X starts.
# Scripts and programs that don't require X can be started from
# /etc/runit/1.local.
|