2022-09-18 15:29:15 +00:00
|
|
|
# This service unit is for fix-theming script
|
|
|
|
#
|
|
|
|
|
|
|
|
[Unit]
|
|
|
|
Description=Fix theming script
|
2022-09-18 15:54:56 +00:00
|
|
|
StartLimitIntervalSec=0
|
2022-09-18 15:29:15 +00:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=simple
|
2022-09-18 15:54:56 +00:00
|
|
|
Restart=always
|
|
|
|
RestartSec=1
|
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
|