aboutsummaryrefslogtreecommitdiff
path: root/user-shepherd.service
blob: 26eb15e013b76d1f733d3c78ebc64d66650a694c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# This file is used by the global systemd.
[Unit]
Description=Launch user shepherd daemon
Wants=guix-daemon.service

[Service]
Type=oneshot
ExecStart=/var/guix/profiles/per-user/shepherd/guix-profile/bin/shepherd
User=shepherd
Group=shepherd

[Install]
WantedBy=multi-user.target