Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/rc.local
blob: 9744b055721bc549f5274d23d24ead302c701278 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash -e
# rc.local
# This script is executed at the end of each multiuser runlevel.

# Detect partitions (non-swap) and mount them
# See /usr/local/bin/diskmounter.sh for supported filesystems
/usr/local/bin/diskmounter.sh -w

sudo -u user -H startx /usr/local/bin/assim-xsession