habe eine kleines Problem wo ich nach viel rumprobieren nicht weiterkomme.
Und zwar habe ich einen systemd user service mit einem ExecStart, das leider
ein paar Leerzeichen im Pfad hat.
Code: Alles auswählen
[Unit]
Description=Planetary Annihilation Dedicated Server
[Service]
ExecStart=/home/server/.local/Uber Entertainment/Planetary Annihilation/stable/server --headless --game-mode config --allow-lan
Restart=always
[Install]
WantedBy=default.target
systemd[801]: pa.service: main process exited, code=exited, status=203/EXEC
oder
systemd[801]: [/home/server/.config/systemd/user/pa.service:7] Executable path is not absolute, ignoring: ...
Was ich probiert habe:
"/home/server/.local/Uber Entertainment/Planetary Annihilation/stable/server --headless --game-mode config --allow-lan"
"/home/server/.local/Uber Entertainment/Planetary Annihilation/stable/server" --headless --game-mode config --allow-lan
"/home/server/.local/Uber Entertainment/Planetary Annihilation/stable/server" "--headless" "--game-mode config" "--allow-lan"
"/home/server/.local/Uber Entertainment/Planetary Annihilation/stable/server" "--headless --game-mode config --allow-lan"
...usw.