summarylogtreecommitdiffstats
path: root/geph4-client.service
diff options
context:
space:
mode:
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]