gaming:mame
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
gaming:mame [2025/03/23 19:52] – mark_scottworld.net | gaming:mame [2025/03/23 19:54] (current) – mark_scottworld.net | ||
---|---|---|---|
Line 2: | Line 2: | ||
- | Firstly we need to create the service file in / | + | Firstly we need to create |
+ | Do a fresh install of the desktop Ubuntu Desktop Edition. | ||
- | nano / | + | These Instructions match with Ubuntu Noble LTS. |
- | In this file we put all the details about the service we want to run. | ||
< | < | ||
- | [Unit] | ||
- | Description=MyGameServer Server Control Script | ||
- | Documentation= | ||
- | Requires=network.target | ||
- | After=network.target | ||
- | |||
- | [Service] | ||
- | User=gameserver | ||
- | Group=gameserver | ||
- | Environment=" | ||
- | ExecStart=/ | ||
- | Type=oneshot | ||
- | RemainAfterExit=yes | ||
- | |||
- | [Install] | ||
- | WantedBy=multi-user.target | ||
- | |||
</ | </ | ||
- | |||
- | Now we reload the daemon, to read in the file we just created. | ||
- | |||
- | systemctl --system daemon-reload | ||
- | |||
- | Now enabled the service with | ||
- | |||
- | systemctl enable MyGameService.service | ||
- | |||
- | Now start the service with the cmd. | ||
- | |||
- | systemctl start MyGameService.service | ||
- | |||
- | |||
- | Once you've started the server, you can check that it's running with this command. | ||
- | |||
- | systemctl status MyGameService.service | ||
- | | ||
- | |||
- | |||
gaming/mame.1742755964.txt.gz · Last modified: 2025/03/23 19:52 by mark_scottworld.net