blob: a72646813a66cc34c5d548fc6f634454b643a99d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
[Unit]
ConditionUser=!@system
Description=Lorri build daemon
After=lorri.socket
Wants=lorri.socket
[Service]
ExecStart=%h/.nix-profile/bin/lorri daemon
PrivateTmp=true
ProtectSystem=strict
Restart=on-failure
WorkingDirectory=%h
|