PaulPaul
Participant
    Post count: 52

    @sinn3r :

    Ich glaub ich habs, hab deine Service als Basis genommen:

    ########### hs4.service ###########
    [Unit]
    Desription=homeserver 4 with systemd, respawn
    After=network.target
    After=getty.target
    [email protected]

    [Service]
    ExecStart=/hs/bin/hs_main main
    Restart=always
    [email protected]
    StandardInput=tty-force
    StandardOutput=inherit
    StandardError=inherit

    [Install]
    WantedBy=multi-user.target