# This is a "service unit file" for the systemd init system to launch # 'guix publish'. Drop it in /etc/systemd/system or similar to have # 'guix publish' automatically started. [Unit] Description=Publish the GNU Guix store [Service] ExecStart=@localstatedir@/guix/profiles/per-user/root/current-guix/bin/guix publish --user=nobody --port=8181 Environment='GUIX_LOCPATH=@localstatedir@/guix/profiles/per-user/root/guix-profile/lib/locale' LC_ALL=en_US.utf8 RemainAfterExit=yes StandardOutput=syslog StandardError=syslog # See . TasksMax=1024 [Install] WantedBy=multi-user.target alue='bddb43b422cb71679be6176dda91e45b6e6f3971'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/ssh.scm
AgeCommit message (Expand)Author
2022-11-18services: Add Shepherd 'configuration' action to various services....Ludovic Courtès
2022-07-01services: openssh: Listen on IPv6 only when IPv6 is supported....Ludovic Courtès
2022-05-26services: openssh: Remove authorized_keys.d before copying the new one....Ludovic Courtès
2022-05-26services: openssh: Fix computation of the authorized-key directory....Ludovic Courtès
2022-05-26services: ssh: Fix extend-openssh-authorized-keys....Oleg Pykhalov
2022-05-22services: openssh: Listen on both IPv4 and IPv6....Ludovic Courtès
2022-04-07services: openssh: Start as an inetd service....Ludovic Courtès
2022-03-10services: openssh: Change 'authorized-keys' accessor name....Ludovic Courtès
2022-03-10services: openssh: Add 'generate-host-keys?' field....Ludovic Courtès
2021-11-30services: Accept <inferior-package>s in lieu of <package>s....Tobias Geerinckx-Rice
2021-11-16services: openssh: Collect all keys for all users....Vivien Kraus
2021-06-20services: openssh: Replace 'without-password' by 'prohibit-password'....Brice Waegeneire
2020-12-11Revert "services: openssh: Warn about 'password-authentication?' default."...Ludovic Courtès
2020-12-07services: openssh: Warn about 'password-authentication?' default....Ludovic Courtès