summaryrefslogtreecommitdiff
path: root/raveos-plasma-theme/raveos-plasma-theme-apply.service
blob: b66ba423b05a524ead71aeafa90069ef037fcb71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Apply RaveOS Plasma theme payload
After=local-fs.target
Before=display-manager.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
RemainAfterExit=yes

[Install]
WantedBy=multi-user.target