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

[Service]
Type=simple
User=%i
ExecStart=/bin/bash /usr/bin/fetcher -f=/home/%i/.config/fetcher.conf

[Install]
WantedBy=multi-user.target
; vim:set ft=systemd: