add rss
This commit is contained in:
parent
a5fba0d058
commit
8c4df62ebc
1 changed files with 30 additions and 0 deletions
|
@ -1,4 +1,34 @@
|
||||||
# Services
|
# 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
|
## GED Mayan EDMS
|
||||||
### Démarrer le service
|
### Démarrer le service
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue