systemd/nproc.service

13 lines
215 B
SYSTEMD
Raw Permalink Normal View History

2024-03-10 14:34:52 +00:00
# 2024-03-04
[Unit]
Description=VM define env PROCESSORS
Before=docker.service
[Service]
Type=oneshot
ExecStart=/usr/bin/bash -c 'echo "PROCESSORS=$(nproc)" > /etc/env/nproc'
[Install]
WantedBy=multi-user.target