This commit is contained in:
benoit 2016-07-27 10:56:36 +02:00
parent a5fba0d058
commit 8c4df62ebc
1 changed files with 30 additions and 0 deletions

View File

@ -1,4 +1,34 @@
# Services
## Tiny Tiny RSS
### Démarrer le service
Dans un tmux ou screen?
~~~
# sudo -iu rss
$ cd www
$ php update_daemon2.php
~~~
### Unité systemd
~~~
[Unit]
Description=Tiny Tiny RSS.
After=network.target
[Service]
User=rss
WorkingDirectory=/home/rss/www
ExecStart=/usr/bin/php /home/rss/www/update_daemon2.php
Type=simple
[Install]
WantedBy=default.target
~~~
## GED Mayan EDMS
### Démarrer le service