summarylogtreecommitdiffstats
path: root/geph4-client.service
diff options
context:
space:
mode:
authorMahdi Sarikhani2023-12-17 19:37:53 +0330
committerMahdi Sarikhani2023-12-17 19:37:53 +0330
commitb74e5c50cb4eafb0ae62ff390b55bbe51e2aa775 (patch)
tree5e606f45b687deab088901e344530cb6311b7206 /geph4-client.service
parentc4aa1b1cd0cb31a66c35932896eca02563a1e7e0 (diff)
downloadaur-geph4-client.tar.gz
v4.11.0
Diffstat (limited to 'geph4-client.service')
-rw-r--r--geph4-client.service4
1 files changed, 2 insertions, 2 deletions
diff --git a/geph4-client.service b/geph4-client.service
index 2879763fbdea..ee6afd15cc67 100644
--- a/geph4-client.service
+++ b/geph4-client.service
@@ -1,5 +1,5 @@
[Unit]
-Description=Geph4 client Service
+Description=Geph4 Client Service
After=network.target nss-lookup.target
[Service]
@@ -9,7 +9,7 @@ CapabilityBoundingSet=CAP_NET_BIND_SERVICE
AmbientCapabilities=CAP_NET_BIND_SERVICE
NoNewPrivileges=true
EnvironmentFile=/etc/default/geph4-client
-ExecStart=/usr/bin/geph4-client $SUBCOMMAND $FLAGS $OPTIONS --credential-cache /var/cache/geph4-client/ --password $PASSWORD --username $USERNAME
+ExecStart=/usr/bin/geph4-client $SUBCOMMAND $FLAGS $OPTIONS --credential-cache /var/cache/geph4-client/ auth-password --password $PASSWORD --username $USERNAME
Restart=on-failure
[Install]