mirror of
https://github.com/TECHNOFAB11/disko.git
synced 2026-02-02 17:35:08 +01:00
README: fix example syntax
This commit is contained in:
parent
16cd458af0
commit
beda422c5f
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ in {
|
||||||
after = ["getty@tty1.service" ];
|
after = ["getty@tty1.service" ];
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Type = "oneshot";
|
Type = "oneshot";
|
||||||
ExecStart = [ (disko.create cfg) (disk.mount cfg) (];
|
ExecStart = [ (disko.create cfg) (disk.mount cfg) ];
|
||||||
StandardInput = "null";
|
StandardInput = "null";
|
||||||
StandardOutput = "journal+console";
|
StandardOutput = "journal+console";
|
||||||
StandardError = "inherit";
|
StandardError = "inherit";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue