aboutsummarylogtreecommitdiffstats
path: root/update-china-ip-list.service
diff options
context:
space:
mode:
authorBian Jiaping2017-04-29 17:30:23 +0800
committerBian Jiaping2017-04-29 17:30:23 +0800
commitf392909a2d3e1bf2df22e659a87462e89f0aeeb6 (patch)
tree07e01d658b34bb0ca697289c877c61148c02742f /update-china-ip-list.service
downloadaur-f392909a2d3e1bf2df22e659a87462e89f0aeeb6.tar.gz
Initialize
Diffstat (limited to 'update-china-ip-list.service')
-rw-r--r--update-china-ip-list.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/update-china-ip-list.service b/update-china-ip-list.service
new file mode 100644
index 000000000000..beba9beac896
--- /dev/null
+++ b/update-china-ip-list.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Update China IP list
+Requires=network-online.target
+After=network-online.target
+
+[Service]
+Type=oneshot
+ExecStart=/usr/bin/update_china_ip_list
+
+[Install]
+RequiredBy=multi-user.target