aboutsummarylogtreecommitdiffstats
path: root/fetcher.service
blob: 7b49747f62c42eeb83ee044c3382dd45fd1a5db1 (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=Update some git repos
After=network-online.target

[Service]
ExecStart=/bin/bash /usr/bin/fetcher -f=%h/.config/fetcher.conf

[Install]
WantedBy=default.target
; vim:set ft=systemd: