33 lines
681 B
Desktop File
33 lines
681 B
Desktop File
[Unit]
|
|
Description=LisgloSIPS Heplify Server
|
|
After=network-online.target postgresql.service
|
|
Wants=network-online.target
|
|
Requires=postgresql.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=heplify
|
|
Group=heplify
|
|
EnvironmentFile=/etc/lisglosips/secrets/heplify.env
|
|
ExecStart=/usr/local/bin/heplify-server
|
|
Restart=on-failure
|
|
RestartSec=3s
|
|
TimeoutStopSec=30s
|
|
UMask=0027
|
|
NoNewPrivileges=true
|
|
PrivateTmp=true
|
|
PrivateDevices=true
|
|
ProtectSystem=strict
|
|
ProtectHome=true
|
|
ProtectKernelTunables=true
|
|
ProtectKernelModules=true
|
|
ProtectControlGroups=true
|
|
RestrictSUIDSGID=true
|
|
LockPersonality=true
|
|
CapabilityBoundingSet=
|
|
RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|