# Pastebin mmQSa4bO systemd.services.reset-platform-api-db = { description = "Reset the platform api db"; serviceConfig.Type = "oneshot"; serviceConfig.RemainAfterExit = true; script = '' /run/current-system/sw/bin/psql -f ${../platform-api/init.sql} ${db-string} ''; };