summaryrefslogtreecommitdiff
path: root/raveos-gnome-theme/raveos-gnome-theme-apply.service
blob: 28d38d5efb04b024df4c20f536429f7104ed2079 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Apply RaveOS GNOME theme payload
After=local-fs.target
Before=display-manager.service
ConditionPathExists=!/var/lib/raveos-gnome-theme/.applied

[Service]
Type=oneshot
ExecStart=/usr/lib/raveos-gnome-theme/auto-apply.sh
ExecStartPost=/usr/bin/install -Dm644 /dev/null /var/lib/raveos-gnome-theme/.applied

[Install]
WantedBy=multi-user.target