summarylogtreecommitdiffstats
path: root/vxray-rules-dat-updater.service
diff options
context:
space:
mode:
authorzswdcx2021-10-23 12:59:38 +0800
committerzswdcx2021-10-23 12:59:38 +0800
commitd8190954c2635bd563248660e531d443f4292303 (patch)
tree69d9dd7654a14ca91a28f7001f9f432531c3499d /vxray-rules-dat-updater.service
parent31e814e2ae0c6569b448637ebad0de573dc6a025 (diff)
downloadaur-d8190954c2635bd563248660e531d443f4292303.tar.gz
qv
Diffstat (limited to 'vxray-rules-dat-updater.service')
-rw-r--r--vxray-rules-dat-updater.service4
1 files changed, 2 insertions, 2 deletions
diff --git a/vxray-rules-dat-updater.service b/vxray-rules-dat-updater.service
index 80dc1ce2c614..1820e1cc42e8 100644
--- a/vxray-rules-dat-updater.service
+++ b/vxray-rules-dat-updater.service
@@ -4,8 +4,8 @@ After = network.target
[Service]
Type = oneshot
-User = vxray-rules-dat
-Group = vxray-rules-dat
+User = root
+Group = root
WorkingDirectory = /var/lib/vxray-rules-dat
ExecStart = /usr/bin/vxray-rules-dat-updater github && cp -f /var/lib/vxray-rules-dat/geoip.dat /usr/share/v2ray/geoip.dat && cp -f /var/lib/vxray-rules-dat/geoip.dat /usr/share/xray/geoip.dat && cp -f /var/lib/vxray-rules-dat/geoip.dat /usr/share/v2ray/geosite.dat && cp -f /var/lib/vxray-rules-dat/geoip.dat /usr/share/xray/geosite.dat