2023-01-31 22:51:31 +07:00
|
|
|
[Unit]
|
2023-01-31 23:02:46 +07:00
|
|
|
Description=dae Service
|
2023-03-14 14:01:55 +07:00
|
|
|
Documentation=https://github.com/daeuniverse/dae
|
2023-03-22 10:35:45 +07:00
|
|
|
After=network-online.target docker.service systemd-sysctl.service
|
2023-02-04 21:02:37 +07:00
|
|
|
Wants=network-online.target
|
2023-01-31 22:51:31 +07:00
|
|
|
|
|
|
|
[Service]
|
2023-02-27 13:07:36 +07:00
|
|
|
Type=notify
|
2023-01-31 22:51:31 +07:00
|
|
|
User=root
|
2023-02-27 13:07:36 +07:00
|
|
|
LimitNPROC=512
|
|
|
|
LimitNOFILE=1048576
|
2023-02-04 21:22:28 +07:00
|
|
|
ExecStartPre=/usr/bin/dae validate -c /etc/dae/config.dae
|
2023-02-04 21:02:37 +07:00
|
|
|
ExecStart=/usr/bin/dae run --disable-timestamp -c /etc/dae/config.dae
|
2023-02-27 13:07:36 +07:00
|
|
|
ExecReload=/usr/bin/dae reload $MAINPID
|
2023-02-04 21:52:23 +07:00
|
|
|
Restart=on-abnormal
|
2024-04-29 12:28:39 +07:00
|
|
|
TimeoutStartSec=120
|
2023-01-31 22:51:31 +07:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|