mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-17 07:41:23 +01:00
set up structure for multiple cli commands
The previous cli is now behind the 'serve' subcommand.
This commit is contained in:
parent
1ee3bbb316
commit
be87774a3b
4 changed files with 60 additions and 39 deletions
|
|
@ -79,7 +79,7 @@ in
|
|||
# Keep sorted
|
||||
serviceConfig = {
|
||||
DynamicUser = true;
|
||||
ExecStart = "${lib.getExe cfg.package} --config ${configFile}";
|
||||
ExecStart = "${lib.getExe cfg.package} serve --config ${configFile}";
|
||||
LockPersonality = true;
|
||||
MemoryDenyWriteExecute = true;
|
||||
PrivateDevices = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue