fixes-package/systemd/services/fix-theming.service

14 lines
204 B
SYSTEMD
Raw Normal View History

2022-09-15 23:14:20 +00:00
# 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