X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=systemd%2Fsfa-db.service;h=6381bbc4c4b8936002caa76af9e348371e8f4fe1;hb=9824e3bee5aa26b029d5c7b259253d57f8277b2b;hp=d76e122bce6e02a4c5410a0f01f3df57296d843e;hpb=c5c626c1ef595d04b9d0c2a092885379d97c198b;p=sfa.git diff --git a/systemd/sfa-db.service b/systemd/sfa-db.service index d76e122b..6381bbc4 100644 --- a/systemd/sfa-db.service +++ b/systemd/sfa-db.service @@ -5,7 +5,7 @@ After=postgresql.service [Service] Type=oneshot -ExecStart=/bin/bash -c "/usr/bin/sfa-db-init.sh" +ExecStart=/bin/bash -c "/usr/bin/sfa-setup.sh start-db" RemainAfterExit=true # systemd insists that we define this one # that does not seem useful in our case