mirror of
https://github.com/msfjarvis/server-config
synced 2025-08-14 11:47:01 +05:30
21 lines
322 B
Desktop File
21 lines
322 B
Desktop File
[Unit]
|
|
Description=daas: demangle-as-a-service
|
|
After=syslog.target
|
|
After=network.target
|
|
|
|
[Service]
|
|
LimitMEMLOCK=infinity
|
|
LimitNOFILE=65535
|
|
RestartSec=2s
|
|
Type=simple
|
|
User=caddy
|
|
Group=caddy
|
|
ExecStart=/usr/local/bin/daas
|
|
Restart=always
|
|
CPUWeight=2
|
|
CPUQuota=2%
|
|
IOWeight=2
|
|
MemorySwapMax=1
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|