summaryrefslogtreecommitdiff
path: root/man-db-restart-cache-update.service
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2025-05-03 09:33:56 +0000
committerCoprDistGit <infra@openeuler.org>2025-05-03 09:33:56 +0000
commit4987d16fa150f8e523dcc85c9fc83eb68508a0b2 (patch)
tree4291f192eeb1389c00eb6e8a13cea7493f95f69f /man-db-restart-cache-update.service
parentcdce8586fc09f8e356492a095298669ce981248e (diff)
automatic import of man-dbopeneuler24.03_LTS
Diffstat (limited to 'man-db-restart-cache-update.service')
-rw-r--r--man-db-restart-cache-update.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/man-db-restart-cache-update.service b/man-db-restart-cache-update.service
new file mode 100644
index 0000000..1d0d6ef
--- /dev/null
+++ b/man-db-restart-cache-update.service
@@ -0,0 +1,11 @@
+[Unit]
+Before=multi-user.target
+
+[Service]
+Type=oneshot
+ExecStartPre=/usr/bin/rm -rf /var/cache/man/*
+ExecStart=/usr/bin/systemd-run /usr/bin/systemctl start man-db-cache-update.service
+ExecStartPost=/usr/bin/systemctl disable man-db-restart-cache-update.service
+
+[Install]
+WantedBy=multi-user.target