_template-service/$REPO_NAME.service
adam fc574d5002
Some checks failed
gitea.arg.rip/_template-service/pipeline/head There was a failure building this commit
it's going to be a dotnet service, let's be real.
and you're getting a database, if you don't like it remove it.
2024-12-13 14:30:08 -05:00

13 lines
224 B
Desktop File

[Unit]
Description=$REPO_DESCRIPTION
After=network-online.target
[Service]
Type=simple
ExecStart=/home/$REPO_NAME/dist/$REPO_NAME
ExecReload=/bin/kill -s HUP $MAINPID
NoNewPrivileges=true
[Install]
WantedBy=default.target