User Tools

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

services:stirlingpdf [2024/04/29 11:44] – created willyservices:stirlingpdf [2024/07/30 11:52] (current) willy
Line 63: Line 63:
 ===== Autostart ===== ===== Autostart =====
  
-If you are following my [[gentoo:locald|Custom User Services]], create the following links+To start it, and set it up on boot, as usual follow my indications [[gentoo:containers|Using Containers on Gentoo]], so link the **user-containers** init script
-<code bash+<code> 
-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+
 </code> </code>
  
-and start it!+and create the following config file: 
 +<file - /etc/conf.d/user-containers.stirlingpdf> 
 +USER=stirlingpdf 
 +DESCRIPTION="The PDF manager server" 
 +</file> 
 + 
 +Add the service to the default runlevel and start it now: 
 +<code bash> 
 +rc-update add user-containers.stirlingpdf default 
 +rc-service user-containers.stirlingpdf start 
 +</code>
  

This website uses technical cookies only. No information is shared with anybody or used in any way but provide the website in your browser.

More information