mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
10 lines
196 B
Desktop File
10 lines
196 B
Desktop File
[Unit]
|
|
Description=Helper daemon for managing secure, multi-user Nix stores
|
|
After=syslog.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/nix-worker --daemon
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|