15 lines
298 B
Plaintext
15 lines
298 B
Plaintext
|
{# Updated: 2023-09-26 #}
|
||
|
# master: {{ common_mastering }}
|
||
|
# updated: {{ ansible_date_time.date }}
|
||
|
|
||
|
[Unit]
|
||
|
Description=VM define NPROC
|
||
|
After=network-online.target
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/usr/bin/bash -c 'echo "NPROC=$(nproc)" > {{ nproc_default }}'
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|