summaryrefslogtreecommitdiff
path: root/x-setup.service
blob: 58ffa4af60ecbc06caba9e0aeffdd97e148a5668 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# This unit is meant to run only after install.

[Unit]
Description=GPUs and input devices setup
ConditionKernelCommandLine=!cdroot
Before=display-manager.service

[Service]
Type=oneshot
RemainAfterExit=true
ExecStart=/usr/libexec/x-setup.sh

[Install]
WantedBy=multi-user.target