add path echo

This commit is contained in:
zackartz 2024-05-03 18:37:42 -04:00
parent b54942cbf2
commit 2d03566767
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA

View file

@ -71,6 +71,7 @@ in {
partOf = ["docker.service"]; partOf = ["docker.service"];
script = '' script = ''
#!/usr/bin/env bash #!/usr/bin/env bash
echo $PATH
${wings}/bin/wings ${wings}/bin/wings
''; '';
wantedBy = ["multi-user.target"]; wantedBy = ["multi-user.target"];