2.home-manager/tests/modules/services/colima/linux/expected-service.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

18 lines
546 B
Desktop File

[Install]
WantedBy=default.target
[Service]
Environment=COLIMA_HOME=/home/hm-user/.colima
Environment=PATH=@colima@/bin:@perl@/bin:@docker@/bin:@openssh@/bin:@coreutils@/bin:@curl@/bin:@bashNonInteractive@/bin:@kubectl@/bin
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)