summaryrefslogtreecommitdiffstats
path: root/rog/etc/systemd/system
diff options
context:
space:
mode:
authorKyle K <kylek389@gmail.com>2021-08-16 19:58:50 -0500
committerKyle K <kylek389@gmail.com>2021-08-16 19:58:50 -0500
commitd2540d88ce37050493baef9c84d36f5678d007e4 (patch)
treebc47a7d908f7fbd88ff6d51669bcc54576593c9b /rog/etc/systemd/system
parent31edc93179e19f1561d7d125c51e35241677b128 (diff)
downloadconfigs-d2540d88ce37050493baef9c84d36f5678d007e4.tar.gz
configs-d2540d88ce37050493baef9c84d36f5678d007e4.tar.bz2
configs-d2540d88ce37050493baef9c84d36f5678d007e4.zip
make my custom systemd local.service start before gdm
Diffstat (limited to 'rog/etc/systemd/system')
-rw-r--r--rog/etc/systemd/system/local.service1
1 files changed, 1 insertions, 0 deletions
diff --git a/rog/etc/systemd/system/local.service b/rog/etc/systemd/system/local.service
index 204c9d0..be015f6 100644
--- a/rog/etc/systemd/system/local.service
+++ b/rog/etc/systemd/system/local.service
@@ -2,6 +2,7 @@
Description=Run local commands after boot
ConditionFileIsExecutable=/usr/local/bin/local.sh
After=multi-user.target
+Before=gdm.service
[Service]
Type=oneshot