mirror of
https://github.com/daeuniverse/dae.git
synced 2025-01-03 13:31:00 +07:00
18 lines
400 B
Desktop File
18 lines
400 B
Desktop File
[Unit]
|
|
Description=dae Service
|
|
Documentation=https://github.com/v2rayA/dae
|
|
After=network-online.target docker.service
|
|
Wants=network-online.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=root
|
|
LimitNPROC=500
|
|
LimitNOFILE=1000000
|
|
ExecStartPre=/usr/bin/dae validate -c /etc/dae/config.dae
|
|
ExecStart=/usr/bin/dae run --disable-timestamp -c /etc/dae/config.dae
|
|
Restart=on-abnormal
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|