6dd4783a8c
changes since last attempt - used spec-cleaner to make spec file even more beautiful OBS-URL: https://build.opensuse.org/request/show/284122 OBS-URL: https://build.opensuse.org/package/show/system:packagemanager/guix?expand=0&rev=1
12 lines
261 B
Desktop File
12 lines
261 B
Desktop File
[Unit]
|
|
Description=Guix build daemons
|
|
|
|
[Service]
|
|
Type=simple
|
|
PIDFile=/var/run/guixd.pid
|
|
EnvironmentFile=/etc/sysconfig/guix
|
|
ExecStart=/usr/bin/guix-daemon --cores $GUIX_BUILDER_CORES --build-users-group $GUIX_BUILDER_GROUP
|
|
|
|
[Install]
|
|
WantedBy=multiuser.target
|