Update readme

master
Tait Hoyem 2 years ago
parent 3e7e81b4ed
commit 6b80c3ba03

@ -1,7 +1,7 @@
# Systemd service files
1. Fill in the template file of your choide.
2. Name is something better than `uwsgi.service`, but make sure it ends in `.service`
1. Copy the servide file and name it something better than `uwsgi.service` (for example); make sure it ends in `.service`
2. Fill in the newly-copied service file.
3. Copy it to `/etc/systemd/system/`.
4. Run `systemctl daemon-reload` to reload the files in the directory. This will add new service files if they were not there before, and update existing ones if that file has been updated.
5. Do whatever you want with your new service! Run `systemctl start/restart/stop/enable/disable myapp` to start/restart/stop/run at boot/stop running at boot your application.

Loading…
Cancel
Save