10 lines
123 B
SYSTEMD
10 lines
123 B
SYSTEMD
|
[Unit]
|
||
|
Description=Run systemd_check
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=systemd_check
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|