mirror of
https://github.com/SinTan1729/random.git
synced 2025-04-11 13:46:04 -05:00
7 lines
203 B
Bash
7 lines
203 B
Bash
#!/bin/sh
|
|
|
|
# This script is needed to start autofs at login, in case I'm switching users.
|
|
# I add this as a login script in KDE.
|
|
# Look at autofs-fix-lag-logout.sh for more info.
|
|
|
|
systemctl start autofs
|