fixed home dir ref
%h expands to user's home directory
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user