_template-service/$REPO_NAME.service
adam 5e0cd5e63a
Some checks failed
gitea.arg.rip/_template-service/pipeline/head There was a failure building this commit
maybe who knows
2024-11-16 22:19:51 -05:00

13 lines
207 B
Desktop File

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