mirror of
https://gitlab.com/alemaire/image-specs.git
synced 2025-01-11 04:43:29 +00:00
10 lines
138 B
SYSTEMD
10 lines
138 B
SYSTEMD
|
[Unit]
|
||
|
Description=Set up system configuration
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/usr/sbin/set-sysconf
|
||
|
|
||
|
[Install]
|
||
|
RequiredBy=basic.target
|