summarylogtreecommitdiffstats
path: root/rtfm-update.service
blob: 96ab9f7a7d2207eb152970b69cf96dc60adf92f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Update rtfm documentation indexes
Before=rtfm.service
After=network-online.target
Wants=network-online.target

[Service]
Type=oneshot
ExecStart=/usr/bin/rtfm update
TimeoutStartSec=300

[Install]
WantedBy=default.target