Skip to content

Latest commit

 

History

History

Systemd

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

About Systemd Service

Systemd service is from this example:

https://github.com/daeuniverse/dae/blob/main/install/dae.service

This installer will replace the bin dir into /usr/local/bin and config dir to /usr/local/etc/dae, after installation, you should put a config file into /usr/local/etc/dae/ and rename it to config.dae, then you should set its permission to 600:

sudo chmod 600 /usr/local/etc/dae/config.dae

Then you can start/enable dae service by systemctl.