StartExec -> ExecStart

This commit is contained in:
2023-03-15 22:37:52 -04:00
parent b35c267d2f
commit a16b75b53a

View File

@@ -34,7 +34,7 @@
py py
]; ];
serviceConfig = { serviceConfig = {
StartExec = handybot; ExecStart = handybot;
}; };
}; };
}) })