diff options
author | mekyt | 2024-02-22 13:59:22 +0100 |
---|---|---|
committer | mekyt | 2024-02-22 13:59:22 +0100 |
commit | 6ef26e5efa5141bb28ddfd6487c957252aa38fda (patch) | |
tree | 28cf55a837474a95ef36a030a81fb276b4701bec /ory-kratos@.service | |
parent | 8411ab7ca81953de7544145f7408b4e95ab1c732 (diff) | |
download | aur-6ef26e5efa5141bb28ddfd6487c957252aa38fda.tar.gz |
fix: missing keyword in service command
Diffstat (limited to 'ory-kratos@.service')
-rw-r--r-- | ory-kratos@.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ory-kratos@.service b/ory-kratos@.service index 3142c9409daa..4488c580e752 100644 --- a/ory-kratos@.service +++ b/ory-kratos@.service @@ -28,7 +28,7 @@ KillMode=mixed KillSignal=SIGTERM Restart=on-failure RestartPreventExitStatus=2 -ExecStart=/usr/bin/ory-kratos --config /etc/ory/kratos/%i.yaml +ExecStart=/usr/bin/ory-kratos serve --config /etc/ory/kratos/%i.yaml [Install] WantedBy=multi-user.target |