bug#51141: guix home reconfigure does not apply changes to shepherd services

2021-10-23 Thread Andrew Tropin
On 2021-10-22 02:32, Oleg Pykhalov wrote: > Andrew Tropin writes: > > […] > >> According to what I see in the shepherd tests: >> https://git.savannah.gnu.org/cgit/shepherd.git/tree/tests/replacement.sh?h=4c5176f5a7a5a1e7d7f258f585e8ed127a21b99a#n61 >> >> and how it's implemented in home-shepherd:

bug#51141: guix home reconfigure does not apply changes to shepherd services

2021-10-21 Thread Oleg Pykhalov
Andrew Tropin writes: […] > According to what I see in the shepherd tests: > https://git.savannah.gnu.org/cgit/shepherd.git/tree/tests/replacement.sh?h=4c5176f5a7a5a1e7d7f258f585e8ed127a21b99a#n61 > > and how it's implemented in home-shepherd: > https://git.savannah.gnu.org/cgit/guix.git/tree/gn

bug#51141: guix home reconfigure does not apply changes to shepherd services

2021-10-18 Thread Andrew Tropin
On 2021-10-16 18:06, Oleg Pykhalov wrote: > Hi Andrew, > > Andrew Tropin writes: > >> On 2021-10-12 01:53, Oleg Pykhalov wrote: >> >>> After changing a home shepherd service I tried to reconfigure with 'guix >>> home reconfigure'. >>> >>> Process started by a service did not restart. Assuming ho

bug#51141: guix home reconfigure does not apply changes to shepherd services

2021-10-16 Thread Oleg Pykhalov
Hi Andrew, Andrew Tropin writes: > On 2021-10-12 01:53, Oleg Pykhalov wrote: > >> After changing a home shepherd service I tried to reconfigure with 'guix >> home reconfigure'. >> >> Process started by a service did not restart. Assuming home shepherd is >> like Guix System shepherd I tried to

bug#51141: guix home reconfigure does not apply changes to shepherd services

2021-10-14 Thread Andrew Tropin
On 2021-10-12 01:53, Oleg Pykhalov wrote: > After changing a home shepherd service I tried to reconfigure with 'guix > home reconfigure'. > > Process started by a service did not restart. Assuming home shepherd is > like Guix System shepherd I tried to 'herd restart SERVICE_NAME', the > process r

bug#51141: guix home reconfigure does not apply changes to shepherd services

2021-10-11 Thread Oleg Pykhalov
After changing a home shepherd service I tried to reconfigure with 'guix home reconfigure'. Process started by a service did not restart. Assuming home shepherd is like Guix System shepherd I tried to 'herd restart SERVICE_NAME', the process restarted but without changes in a service definition.