create debian package framework and git action job

This commit is contained in:
cosmicpsyop
2023-12-17 19:50:27 -08:00
parent cec2ba9006
commit b02740d6cc
10 changed files with 165 additions and 0 deletions

16
debian/strfry.service vendored Normal file
View File

@ -0,0 +1,16 @@
[Unit]
Description=strfry relay service
After=syslog.target network.target
[Service]
User=strfry
ExecStart=/usr/bin/strfry relay
Restart=on-failure
RestartSec=5
ProtectHome=yes
NoNewPrivileges=yes
ProtectSystem=full
LimitCORE=1000000000
[Install]
WantedBy=multi-user.target