.github
etc
apt
bind
clamav
dovecot
logrotate.d
mysql
nginx
postfix
postfix-clearnet
security
ssh
sysctl.d
systemd
system
dovecot.service.d
mariadb.service.d
postfix.service.d
postfix@.service.d
tor@default.service.d
hosting-del.service
hosting-del.timer
hosting.service
hosting.timer
nginx.service
php7.4-fpm.service
php7.4-fpm@.service
php7.4-fpm@default.service
php8.0-fpm.service
php8.0-fpm@.service
php8.0-fpm@default.service
razorfy.service
rspamd.service
journald.conf
timesyncd.conf
tor
login.defs
razorfy.conf
rc.local
resolv.conf
usr
var
COPYING
README.md
clean_nginx_sockets.sh
install_binaries.sh
33 lines
582 B
Desktop File
33 lines
582 B
Desktop File
[Unit]
|
|
Description=Razorfy Service
|
|
Requires=network.target local-fs.target time-sync.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=razorfy
|
|
Group=razorfy
|
|
|
|
EnvironmentFile=/etc/razorfy.conf
|
|
ExecStart=/usr/local/bin/razorfy.pl
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
ExecStop=/bin/kill $MAINPID
|
|
|
|
Restart=always
|
|
RestartSec=3
|
|
|
|
PIDFile=/var/run/razor.pid
|
|
TimeoutStopSec=30
|
|
|
|
NoNewPrivileges=true
|
|
PrivateDevices=true
|
|
PrivateTmp=true
|
|
PrivateUsers=true
|
|
ProtectControlGroups=true
|
|
ProtectHome=true
|
|
ProtectKernelModules=true
|
|
ProtectKernelTunables=true
|
|
ProtectSystem=strict
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|