mirror of
https://github.com/daeuniverse/dae.git
synced 2024-12-22 16:34:40 +07:00
20 lines
488 B
Desktop File
20 lines
488 B
Desktop File
[Unit]
|
|
Description=dae Service
|
|
Documentation=https://github.com/daeuniverse/dae
|
|
After=network-online.target docker.service systemd-sysctl.service
|
|
Wants=network-online.target
|
|
|
|
[Service]
|
|
Type=notify
|
|
User=root
|
|
LimitNPROC=512
|
|
LimitNOFILE=1048576
|
|
ExecStartPre=/usr/bin/dae validate -c /etc/dae/config.dae
|
|
ExecStart=/usr/bin/dae run --disable-timestamp -c /etc/dae/config.dae
|
|
ExecReload=/usr/bin/dae reload $MAINPID
|
|
Restart=on-abnormal
|
|
TimeoutStartSec=120
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|