You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently writing a system deamon in golang and it's running as /usr/bin/rcsm, the problem is that the auto update tries to create /usr/bin/.rcsm.new/usr/bin/.rcsm.old but /usr/bin is not writable by my deamon, but its own binary is. It would be nice if we could avoid doing modifications in the same directory and use /tmp.
Thanks!
The text was updated successfully, but these errors were encountered:
Hi there,
I'm currently writing a system deamon in golang and it's running as
/usr/bin/rcsm
, the problem is that the auto update tries to create/usr/bin/.rcsm.new
/usr/bin/.rcsm.old
but/usr/bin
is not writable by my deamon, but its own binary is. It would be nice if we could avoid doing modifications in the same directory and use/tmp
.Thanks!
The text was updated successfully, but these errors were encountered: