gaming:mame
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
gaming:mame [2025/03/23 19:51] – created mark_scottworld.net | gaming:mame [2025/03/23 19:54] (current) – mark_scottworld.net | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== | + | ====== |
- | 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.1742755903.txt.gz · Last modified: 2025/03/23 19:51 by mark_scottworld.net