blob: 90cfc9c4c7f9e993ba4cd3874e8cb70b164f3056 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[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
[Install]
WantedBy=multi-user.target
|