Updated Install as a daemon (markdown)

2018-04-19 19:00:37 +02:00
parent 11c02be3e4
commit b0eb2d0991

@@ -13,6 +13,10 @@ Installation notes:
`systemctl start seasoned.service` or `service seasoned start` `systemctl start seasoned.service` or `service seasoned start`
``` ```
# seasonedShows - Stats for Plex Media Server usage
#
# Service Unit file for systemd system manager
[Unit] [Unit]
Description=seasonedShows API Description=seasonedShows API
@@ -48,4 +52,5 @@ WantedBy=multi-user.target
## Ubuntu (<15.10) ## Ubuntu (<15.10)
The path you installed seasonedShows will need to be specified in the *run* section. A common mistake is that a daemon user has no read and/or write permissions, or that the wrong path is specified for node. The path you installed seasonedShows will need to be specified in the *run* section. A common mistake is that a daemon user has no read and/or write permissions, or that the wrong path is specified for node.
For other versions of ubuntu. For other versions of ubuntu.
TODO