2.home-manager/tests/modules/services/colima/linux/colima-docker-cli-expected.service
Alex Martens b5e86c1b19 treewide: remove network-online.target
systemd system units cannot be a dependency of a user-unit.
Reference: https://github.com/systemd/systemd/issues/3312
2026-05-03 08:36:38 -05:00

20 lines
662 B
Desktop File

[Install]
WantedBy=default.target
[Service]
Environment=COLIMA_HOME=/home/hm-user/.config/colima
Environment=PATH=@colima@/bin:@perl@/bin:@docker@/bin:@openssh@/bin:@coreutils@/bin:@curl@/bin:@bashNonInteractive@/bin:@kubectl@/bin
Environment=LIMA_HOME=/home/hm-user/.local/share/lima
Environment=DOCKER_CONFIG=/home/hm-user/.config/docker
ExecStart=@colima@/bin/colima start default \
-f \
--activate=true \
--save-config=true
Restart=always
RestartSec=2
StandardError=append:/home/hm-user/.local/state/colima/default.log
StandardOutput=append:/home/hm-user/.local/state/colima/default.log
[Unit]
Description=Colima container runtime (default profile)