groovenauts / capistrano-systemd-multiservice

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

Systemd doesn't re-read from symlinks #5

Closed dukejones closed 6 years ago

dukejones commented 6 years ago

It doesn't re-read the symlink. Whatever it pointed to when the daemon first started is what it will always be, rendering the "current" directory of capistrano non-functional.

minimum2scp commented 6 years ago

Thanks for your report.

Is this issue the same as https://unix.stackexchange.com/questions/241752/symlink-as-workingdirectory-in-systemd-service ?

minimum2scp commented 6 years ago

@dukejones Can you show me your service unit file? Or,

dukejones commented 6 years ago

I believe my issue was due to an improper column type in my Postgres DB rather than not picking up changes when deploying. I use Puma, BTW. Closing this~ thanks!