2022-09-18 15:29:15 +00:00
|
|
|
# This service unit is for fix-theming script
|
|
|
|
#
|
|
|
|
|
|
|
|
[Unit]
|
|
|
|
Description=Fix theming script
|
2022-09-15 23:14:20 +00:00
|
|
|
Wants=fix-theming.timer
|
2022-09-18 15:29:15 +00:00
|
|
|
|
|
|
|
[Service]
|
2022-09-15 23:14:20 +00:00
|
|
|
Type=oneshot
|
2022-09-18 15:29:15 +00:00
|
|
|
ExecStart=/usr/bin/fix-theming
|
|
|
|
|
|
|
|
[Install]
|
2022-09-18 15:54:56 +00:00
|
|
|
WantedBy=default.target
|