mirror of
https://github.com/rustmailer/bichon.git
synced 2026-08-03 07:48:34 +02:00
32 lines
525 B
Desktop File
32 lines
525 B
Desktop File
[Unit]
|
|
Description=Bichon Email Service
|
|
After=network.target
|
|
Wants=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=bichon
|
|
Group=bichon
|
|
WorkingDirectory=/opt/bichon
|
|
ExecStart=/opt/bichon/bichon
|
|
Restart=always
|
|
RestartSec=5s
|
|
EnvironmentFile=/etc/bichon.conf
|
|
|
|
StandardOutput=null
|
|
StandardError=null
|
|
LogsDirectory=bichon
|
|
LogsDirectoryMode=0755
|
|
|
|
LimitNOFILE=65536
|
|
LimitCORE=0
|
|
|
|
PrivateTmp=true
|
|
NoNewPrivileges=true
|
|
ProtectSystem=strict
|
|
ProtectHome=read-only
|
|
PrivateDevices=true
|
|
RestrictSUIDSGID=true
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |