You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Edit the service file to suit your environment then reload systemd
32
+
$ systemctl daemon-reload
33
+
```
34
+
35
+
- Verify that the server starts
36
+
37
+
```bash
38
+
$ systemctl start factorio
39
+
$ systemctl status -l factorio
40
+
# Remember to enable the service at startup if you want that:
41
+
$ systemctl enable factorio
42
+
```
43
+
26
44
## SysvInit
27
45
- Symlink the init script:
28
46
@@ -40,5 +58,14 @@ A simple factorio init script for linux
40
58
$ service factorio help
41
59
```
42
60
43
-
# License
44
-
This code is realeased with the MIT license, see the LICENSE file.
61
+
# Thank You
62
+
- To all who find this script useful in one way or the other
63
+
- A big thank you to [Wube](https://www.factorio.com/team) for making [Factorio](https://www.factorio.com/)
64
+
- A special thanks to NoPantsMcDance, Oxyd, HanziQ, TheFactorioCube and all other frequent users of the [#factorio](irc://irc.esper.net/#factorio) channel @ esper.net
65
+
- Thank you to Salzig for pointing me in the right direction when it comes to input redirection
66
+
- At last, but not least; Thank you to all [contributors](https://github.com/Bisa/factorio-init/graphs/contributors) and users posting [issues](https://github.com/Bisa/factorio-init/issues) in my [github](https://github.com/Bisa/factorio-init/) project or on the [factorio forums](https://forums.factorio.com/viewtopic.php?f=133&t=13874)
67
+
68
+
You are all a great source of motivation, thank you.
69
+
70
+
# License
71
+
This code is realeased with the MIT license, see the LICENSE file.
0 commit comments