Tool/software: Linux
I compiled an executable program in C/C++,and I want to set the program start automatically in root when I start the linux system.But I found that login operation is after automatical starting program.How can I set the program start automatically in root account.Could systemd mechnism achieve it?
Thanks for any help.