summarylogtreecommitdiffstats
path: root/hysteria@.service
diff options
context:
space:
mode:
authorHaruue Icymoon2023-09-05 16:19:05 +0800
committerHaruue Icymoon2023-09-05 16:19:05 +0800
commit4b5014547cc0fea04ee5717e0b831c7d2fd172cc (patch)
tree361ef9df5d620aed63094d0b47f93b04a979de67 /hysteria@.service
parente02541707002ffe43c8da1f2219266a7b8e3158a (diff)
downloadaur-4b5014547cc0fea04ee5717e0b831c7d2fd172cc.tar.gz
fix: config file path
Diffstat (limited to 'hysteria@.service')
-rw-r--r--hysteria@.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/hysteria@.service b/hysteria@.service
index d7aa7b8146b9..58b25cb92a4d 100644
--- a/hysteria@.service
+++ b/hysteria@.service
@@ -5,7 +5,7 @@ After=network.target
[Service]
Type=simple
-ExecStart=/usr/bin/hysteria client --config %i.yaml --disable-update-check
+ExecStart=/usr/bin/hysteria client --config /etc/hysteria/%i.yaml --disable-update-check
WorkingDirectory=/var/lib/hysteria
User=hysteria
Group=hysteria