blob: b47c10376878d67ca603ea1bcbf585e879b8f1bd (
about) (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[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
|