From 99116420ce897bce9a8941ebd7cb2d9def26f6d2 Mon Sep 17 00:00:00 2001 From: ckuhtz Date: Sat, 20 Mar 2021 21:19:50 -0700 Subject: [PATCH] fixed home dir ref %h expands to user's home directory --- install/surface-dial.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/surface-dial.service b/install/surface-dial.service index 3b9e980..3491a7c 100644 --- a/install/surface-dial.service +++ b/install/surface-dial.service @@ -6,7 +6,7 @@ Description=Surface Dial Daemon [Service] Type=simple StandardOutput=journal -ExecStart=/home/danielprilik/.cargo/bin/surface-dial-daemon +ExecStart=%h/.cargo/bin/surface-dial-daemon [Install] WantedBy=default.target