summaryrefslogtreecommitdiffstats
path: root/net-next.service
blob: b13230eebbc0a949ee4c26092d3e50d809d71eb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Fetch net-next status
After=network.target

[Service]
Type=simple
ExecStart=/usr/bin/curl -s https://git.kernel.org/pub/scm/linux/kernel/git/netdev/misc.git/plain/net-next.html -o /usr/share/nginx/html/net-next.html
User=nginx
Group=nginx

[Install]
WantedBy=multi-user.target