First sketch of a sysconfig-parser

This commit is contained in:
Gunnar Wolf
2019-07-19 00:54:47 -03:00
parent 478a8253cf
commit a14e986366
2 changed files with 48 additions and 0 deletions

9
set-sysconf.service Normal file
View File

@ -0,0 +1,9 @@
[Unit]
Description=Set up system configuration
[Service]
Type=oneshot
ExecStart=/usr/sbin/set-sysconf
[Install]
RequiredBy=basic.target