Skip to content
This repository has been archived by the owner on Feb 27, 2021. It is now read-only.

Fehlender Autostart / systemd example missing #3

Open
bennySB opened this issue Feb 15, 2020 · 1 comment
Open

Fehlender Autostart / systemd example missing #3

bennySB opened this issue Feb 15, 2020 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@bennySB
Copy link

bennySB commented Feb 15, 2020

Folgende Vorlage könnte/sollte mit in deine Anleitung bzgl. dem Autostart der API.

[Unit]
Description=Telerising API
After=network.target

[Service]
Type=simple
ExecStart=perl zattoo.pl & disown
WorkingDirectory=/opt/telerising
StandardOutput=inherit
StandardError=inherit
Restart=always
User=root

[Install]
WantedBy=multi-user.target
@sunsettrack4 sunsettrack4 added the documentation Improvements or additions to documentation label Mar 3, 2020
@Procuria
Copy link

Ich musste in der Vorlage den absoluten Pfad des scripts ergänzen um den Dienst zu starten.

ExecStart=perl /pfad/zum/script/zattoo.pl & disown

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

3 participants