summaryrefslogtreecommitdiffstats
path: root/guix/guix.service
blob: 7804793939337c6f14b9e88c0b7fd6f5cfbfb104 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=GNU Guix package manager

[Service]
ExecStart=/usr/bin/guix-daemon --build-users-group=guix-builder
KillMode=process

[Install]
WantedBy=multi-user.target