Merge pull request #953 from ampsonic/patch-1

Update init.ubuntu.systemd
This commit is contained in:
JonnyWong16 2017-03-04 15:19:00 -08:00 committed by GitHub
commit a3014638c8

View file

@ -13,31 +13,19 @@
# 3. Copy this file into your systemd service unit directory, which is # 3. Copy this file into your systemd service unit directory, which is
# often '/lib/systemd/system'. # often '/lib/systemd/system'.
# #
# 4. Create any files/directories that you specified back in step #2. # 4. Enable boot-time autostart with the following commands:
# e.g. '/etc/plexpy/plexpy.ini'
# '/home/sabnzbd/.plexpy'
#
# 5. Enable boot-time autostart with the following commands:
# systemctl daemon-reload # systemctl daemon-reload
# systemctl enable plexpy.service # systemctl enable plexpy.service
# #
# 6. Start now with the following command: # 5. Start now with the following command:
# systemctl start plexpy.service # systemctl start plexpy.service
# #
# 7. If troubleshooting startup-errors, start by checking permissions
# and ownership on the files/directories that you created in step #4.
#
#
# CONFIGURATION NOTES # CONFIGURATION NOTES
# #
# - The example settings in this file assume that: # - The example settings in this file assume that you will run PlexPy as user: plexpy
# 1. You will run PlexPy as user/group: sabnzbd.sabnzbd # - To create this user and give it ownership of the plexpy directory:
# 2. You will either have PlexPy installed as a subdirectory # sudo adduser --system --no-create-home plexpy
# under '~sabnzbd', or that you will have a symlink under # sudo chown plexpy:nogroup -R /opt/plexpy
# '~/sabnzbd' pointing to your PlexPy install dir.
# 3. Your PlexPy data directory and configuration file will be
# in separate locations from your PlexPy install dir, to
# simplify updates.
# #
# - Option names (e.g. ExecStart=, Type=) appear to be case-sensitive) # - Option names (e.g. ExecStart=, Type=) appear to be case-sensitive)
# #