1
0

fixed home dir ref

%h expands to user's home directory
This commit is contained in:
ckuhtz
2021-03-20 21:19:50 -07:00
committed by GitHub
parent 815764b1a4
commit 99116420ce

View File

@@ -6,7 +6,7 @@ Description=Surface Dial Daemon
[Service] [Service]
Type=simple Type=simple
StandardOutput=journal StandardOutput=journal
ExecStart=/home/danielprilik/.cargo/bin/surface-dial-daemon ExecStart=%h/.cargo/bin/surface-dial-daemon
[Install] [Install]
WantedBy=default.target WantedBy=default.target