summaryrefslogtreecommitdiff
path: root/gnu/services/vnc.scm
Commit message (Expand)AuthorAgeFilesLines
* services: xvnc: Do not specify display number when using inetd.•••* gnu/services/vnc.scm (xvnc-configuration->command-line-arguments): Omit X display number when inetd? is #t. Change-Id: I0fc8e3068f3ae22421e60e96bd40e3b6e477ca99 David Thompson2023-11-271-1/+1
* services: Transient inetd services inherit requirements.•••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. Ludovic Courtès2023-05-211-0/+1
* services: xvnc: Do not create a regular HOME directory for xvnc user.•••* gnu/services/vnc.scm (%xvnc-accounts) [home-directory]: Define as /var/empty. [shell]: Set to nologin, for good measures. Maxim Cournoyer2023-04-021-1/+4
* Revert "Revert "services: Add xvnc-service-type.""•••This reverts commit 0c4966160054bc50e6ab3a4ac9c9a6a1826ab5a0. The fix appears in the subsequent commit, for clarity. Maxim Cournoyer2022-10-071-0/+247
* Revert "services: Add xvnc-service-type."•••This reverts commit 1c528a95cb92b7808e6603d7956185005583629f. This broke 'guix pull', for (yet) unknown reasons. Maxim Cournoyer2022-10-071-247/+0
* services: Add xvnc-service-type.•••* gnu/services/vnc.scm: New file. * gnu/tests/vnc.scm: Likewise. * gnu/local.mk: Register them. Maxim Cournoyer2022-10-071-0/+247