systemd not finding my .service file
[Unit]Description=Game Server[Service]Type=simpleUser=steamGroup=steamRestart=on-failureExecStop=killall -TERM srcds_linux[Install]WantedBy=multi-user.target
Its saved under /lib/systemd/system/game.service
When I systemctl start csgo.service
it says Unit csgo.service failed to load: No such file or directory. See system logs and 'systemctl status csgo.service' for details.
i'v done systemctl --system daemon-reload
and it still is not working,any help is appreciated :)