Replies: 2 comments 2 replies
-
|
Beta Was this translation helpful? Give feedback.
-
I resolved this and would be glad for a comment from author/devel. 'rtorrent' when run as daemon via/by 'systemd' turns out - because of 'systemd' and restriction, confinements & limitation it manages processes with - service unit needs: [Unit] [Service] ExecStartPre=-/bin/rm -f /home.sysop/rtorrent/.session/rtorrent.lock [Install] then 'chgrp' in 'execute.nothrow' does what is expected of it. many thanks, L. |
Beta Was this translation helpful? Give feedback.
-
Hi guys.
I have these two lines in my .rc:
...
execute.nothrow = chmod, 777, "/var/run/rtorrent/rpc.socket"
execute.nothrow = chgrp, nginx, "/var/run/rtorrent/rpc.socket"
and result of first is as expected but second one, seems to do nothing, nor 'rtorrent' logs any errors.
version 0.9.8
All comments are much welcomed.
many thanks, L.
Beta Was this translation helpful? Give feedback.
All reactions