sfa-config-tty can do r(estart) and R(eload) again
[sfa.git] / systemd / sfa-db.service
index d76e122..6381bbc 100644 (file)
@@ -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