Differences
This shows you the differences between two versions of the page.
services:stirlingpdf [2024/04/29 11:44] – created willy | services:stirlingpdf [2024/07/30 11:52] (current) – willy | ||
---|---|---|---|
Line 63: | Line 63: | ||
===== Autostart ===== | ===== Autostart ===== | ||
- | If you are following | + | To start it, and set it up on boot, as usual follow |
- | < | + | < |
- | cd /etc/local.d | + | ln -s /etc/init.d/user-containers /etc/init.d/user-containers.stirlingpdf |
- | ln -s _servicer.sh 64-stirlingpdf--podman.start | + | |
- | ln -s _servicer.sh 64-stirlingpdf--podman.stop | + | |
</ | </ | ||
- | and start it! | + | and create the following config file: |
+ | <file - / | ||
+ | USER=stirlingpdf | ||
+ | DESCRIPTION=" | ||
+ | </ | ||
+ | |||
+ | Add the service to the default runlevel | ||
+ | <code bash> | ||
+ | rc-update add user-containers.stirlingpdf default | ||
+ | rc-service user-containers.stirlingpdf start | ||
+ | </ | ||