Added debian packaging process
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2022-11-04 09:07:31 -04:00
parent 5e895aa3ca
commit 21b48b1f3c
7 changed files with 1887 additions and 0 deletions

View File

@ -0,0 +1,11 @@
[Unit]
Description=Overseer inventory tracking app
[Service]
User=overseer
Group=overseer
ExecStart=/usr/bin/overseer
SuccessExitStatus=143
[Install]
WantedBy=multi-user.target

View File

@ -0,0 +1,6 @@
{
"database": {
"driver": "sqlite",
"connection_string": "/opt/overseer/data/overseer.db"
}
}