|
Hey there! I'm trying to build a Artix dinit box using packer. This means I either need dinitctl to be able to run before reboot, How do I solve this dilemma? |
Answered by
davmac314
May 17, 2023
Replies: 1 comment 2 replies
|
From the manual page for dinitctl: That last bit tells you how you can enable a service for the next boot - create a symbolic link (or any file, actually), with the correct name ( |
2 replies
Answer selected by
Folaht
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From the manual page for dinitctl:
That last bit tells you how you can enable a service for the next boot - create a symbolic link (or any …