Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
howto:systemd [2022/05/07 20:25] Andre systemd shouldn't be capitalized. Added a section for people to find their existing service file. Minor formatting fix to "tweaks" section. |
howto:systemd [2022/06/27 14:03] nelgin [Ubuntu 16.04+] typo |
||
---|---|---|---|
Line 27: | Line 27: | ||
Type=forking | Type=forking | ||
Environment=SBBSROOT=/sbbs SBBSCTRL=/sbbs/ctrl | Environment=SBBSROOT=/sbbs SBBSCTRL=/sbbs/ctrl | ||
+ | # this stops you running out of files | ||
+ | LimitNOFILE=10000 | ||
+ | # this enables you to take a good core dump | ||
+ | LimitCORE=infinity | ||
User=sbbs | User=sbbs | ||
Group=sbbs | Group=sbbs |