# 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 e='id' value='61f956125f97c49b8f662c97fc7f5102213c1b16'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/gpodder.scm
AgeCommit message (Expand)Author
2023-01-08gnu: castget: Update to 2.0.0-0.da9727d....* gnu/packages/gpodder.scm (castget): Update to 2.0.0-0.da9727d. [inputs]: Replace id3lib with taglib. Maxim Cournoyer
2023-01-05gnu: gpodder: Update to 3.11.0....* gnu/packages/gpodder.scm (gpodder): Update to 3.11.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org> raingloom