summaryrefslogtreecommitdiff
path: root/raveos-plasma-theme/raveos-plasma-theme-apply.service
blob: b506972cf25881de2e43795c4cc6f3f9d4006ab6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Apply RaveOS Plasma theme payload
After=local-fs.target systemd-user-sessions.service
ConditionPathExists=!/var/lib/raveos-plasma-theme/.applied

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

[Install]
WantedBy=multi-user.target