mirror of
https://github.com/hoytech/strfry.git
synced 2025-06-21 18:15:24 +00:00
create debian package framework and git action job
This commit is contained in:
16
debian/strfry.service
vendored
Normal file
16
debian/strfry.service
vendored
Normal 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
|
Reference in New Issue
Block a user