14 lines
204 B
SYSTEMD
14 lines
204 B
SYSTEMD
|
# This service unit is for fix-theming script
|
||
|
#
|
||
|
|
||
|
[Unit]
|
||
|
Description=Fix theming script
|
||
|
Wants=fix-theming.timer
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/usr/bin/fix-theming
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|