treewide: convert fake octal ints to strings

These were being cast to strings later and then reinterpreted as
octal.
This commit is contained in:
Yorick van Pelt
2022-10-28 17:23:44 +02:00
parent 4fce894940
commit af4a43e36a
12 changed files with 16 additions and 16 deletions

View File

@@ -239,7 +239,7 @@ in {
Type = "oneshot";
# requires a relative directory name to create beneath /var/lib
StateDirectory = user;
StateDirectoryMode = 0750;
StateDirectoryMode = "0750";
ExecStart = "${pkgs.python3Packages.journalwatch}/bin/journalwatch mail";
# lowest CPU and IO priority, but both still in best-effort class to prevent starvation
Nice=19;