Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-21 | services: Transient inetd services inherit requirements. | Ludovic Courtès | |
That way, per-connection transient services such as 'sshd-123' inherit dependencies of their "parent" ('sshd' in this example), which is more consistent than not depending on anything. * gnu/services/dict.scm (dicod-shepherd-service): Pass #:requirements to 'make-inetd-constructor'. * gnu/services/messaging.scm (bitlbee-shepherd-service): Likewise. * gnu/services/ssh.scm (openssh-shepherd-service): Likewise. * gnu/services/vnc.scm (xvnc-shepherd-service): Likewise. | |||
2023-04-02 | services: xvnc: Do not create a regular HOME directory for xvnc user. | Maxim Cournoyer | |
* gnu/services/vnc.scm (%xvnc-accounts) [home-directory]: Define as /var/empty. [shell]: Set to nologin, for good measures. |