Difference between revisions of "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...") |
|||
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 14:17, 9 July 2019
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.