groovenauts / capistrano-systemd-multiservice

Capistrano Plugin to control services with systemd
MIT License
45 stars 17 forks source link

scp /home/$USER/.config/systemd/user/$UNIT@.service: No such file or directory #29

Open dapi opened 3 years ago

dapi commented 3 years ago

I think we need to create ~/.config/systemd/user before copy file

mvz commented 2 years ago

Also, the user's home directory may not be /home/$USER.

HLFH commented 1 year ago

@mvz I have added the documentation, the code fixes from @dapi (+ completed the rspec tests) in this fork: https://github.com/HLFH/capistrano-systemd-ng. I guess we still need to have a look at @mvz case: https://github.com/HLFH/capistrano-systemd-ng/issues/1