adam
5e0cd5e63a
Some checks failed
gitea.arg.rip/_template-service/pipeline/head There was a failure building this commit
13 lines
207 B
Desktop File
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
|