diff options
-rw-r--r-- | user-shepherd.service | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/user-shepherd.service b/user-shepherd.service new file mode 100644 index 0000000..b47c103 --- /dev/null +++ b/user-shepherd.service @@ -0,0 +1,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 |