Difference between revisions of "software/Mastodon/folders/application"
Jump to navigation
Jump to search
(Created page with "==About== The '''Mastodon application folder''' (MAF) is typically found in the <code>/live</code> folder of the Mastodon {{l/same|deployment}} folder. The actual path for th...") |
m (Woozle moved page Mastodon/folders/application to software/Mastodon/folders/application: disambiguate from band (eventually)) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
==About== | ==About== | ||
− | The '''Mastodon application folder''' (MAF) is typically | + | The '''Mastodon application folder''' (MAF) is typically a folder named <code>/live</code> in the Mastodon {{l/same|deployment}} folder. It contains all the Mastodon-specific code and files, as opposed to files associated with the other pieces of software that Mastodon uses. |
The actual path for the MAF may be found in any of Mastodon's systemd configuration files (<code>/etc/systemd/system/mastodon-*.service</code>) as the value of the <code>WorkingDirectory</code> setting. | The actual path for the MAF may be found in any of Mastodon's systemd configuration files (<code>/etc/systemd/system/mastodon-*.service</code>) as the value of the <code>WorkingDirectory</code> setting. |
Latest revision as of 19:12, 12 March 2025
About
The Mastodon application folder (MAF) is typically a folder named /live
in the Mastodon deployment folder. It contains all the Mastodon-specific code and files, as opposed to files associated with the other pieces of software that Mastodon uses.
The actual path for the MAF may be found in any of Mastodon's systemd configuration files (/etc/systemd/system/mastodon-*.service
) as the value of the WorkingDirectory
setting.