Capitalisation...

This commit is contained in:
Lillian Violet 2024-03-20 23:52:58 +01:00
parent 9982a52479
commit 442374fb10

View file

@ -19,8 +19,8 @@
enable = true; enable = true;
description = "Mount External Drive on %i"; description = "Mount External Drive on %i";
serviceConfig = { serviceConfig = {
execStart = "auto-mount add %i"; ExecStart = "auto-mount add %i";
execStop = "auto-mount remove %i"; ExecStop = "auto-mount remove %i";
Type = "oneshot"; Type = "oneshot";
RemainAfterExit = true; RemainAfterExit = true;
}; };