Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] Service "deluged" won't get/set its config files from /var/lib/deluge/.config/deluge but from /root/.config/deluge
@ 2021-06-28 10:51 jfcolom
  2021-06-29  1:16 ` sgn
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: jfcolom @ 2021-06-28 10:51 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 760 bytes --]

New issue by jfcolom on void-packages repository

https://github.com/void-linux/void-packages/issues/31690

Description:
### System

* package:  
  *deluge-2.0.3_10

### Expected behavior

`deluged` service should start up with `deluge` system user, and therefore, get/set its configuration files from  /var/lib/deluge/.config/deluge

### Actual behavior

It is starts with `root` and, therefore, it gets/sets the configuration from /root/.config/deluge. As it cannot write there after that, there are some permission errors and it does not start properly.

### Workaround

In `/etc/sv/deluged/run`, replace

`exec deluged -d -U deluge -g deluge ${OPTS} 2>&1`

by

`exec chpst -u deluge:deluge deluged -d -U deluge -g deluge ${OPTS} 2>&1`

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2021-08-18 10:55 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-28 10:51 [ISSUE] Service "deluged" won't get/set its config files from /var/lib/deluge/.config/deluge but from /root/.config/deluge jfcolom
2021-06-29  1:16 ` sgn
2021-07-01  1:38 ` [ISSUE] [CLOSED] " sgn
2021-07-01  5:38 ` jfcolom
2021-08-05 19:19 ` q66
2021-08-05 19:22 ` q66
2021-08-06  2:49 ` sgn
2021-08-08  4:11 ` sgn
2021-08-08  4:12 ` [ISSUE] [CLOSED] " sgn
2021-08-18 10:46 ` jfcolom
2021-08-18 10:49 ` jfcolom
2021-08-18 10:53 ` jfcolom
2021-08-18 10:54 ` sgn
2021-08-18 10:54 ` sgn
2021-08-18 10:55 ` jfcolom

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).