View Issue Details

IDProjectCategoryView StatusLast Update
0000497ServerServerpublic2023-10-24 20:25
Reporter1337 Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status newResolutionopen 
PlatformLinuxOSUbuntu Server 23.04OS Version6.2.0-35-generic
Summary0000497: Log Writing
Description

if started as a service no log is written, if started directly it is written correctly

Additional Information

[Unit]
Description=GTAConnected for GTA:IV
Wants=network-online.target
After=network-online.target

[Service]
User=linux-user
WorkingDirectory=/opt/GTAC_IV
ExecStart=/opt/GTAC_IV/GTAC_Server

Restart the server when it is stopped or crashed after 30 seconds

Comment out RestartSec if you want to restart immediately

Restart=always
#RestartSec=30
StandardInput=null

[Install]
WantedBy=multi-user.target

TagsNo tags attached.
Game

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2023-10-24 20:25 1337 New Issue