You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
301 B
12 lines
301 B
[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
|