1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/cryptpad_ynh.git synced 2024-09-03 18:26:14 +02:00
cryptpad_ynh/conf/systemd.service
frju365 c73768d3ea wss correction ! (#7) (Thanks JimboJoe)
* wss correction !

* Update systemd.service

* [Fix] system.service

* [Fix] Systemd.service

* [Fix] path !

* Update upgrade

* Update install

* Update systemd.service

* Update systemd.service

* Update install

* Update systemd.service

* Update install

* Update config.js

* [Fix] Version 8.2.1
2017-07-25 00:26:36 +02:00

17 lines
316 B
Desktop File

[Unit]
Description=CryptPad is an encrypted PAD Creator
After=syslog.target
After=network.target
[Service]
Type=simple
User=__APP__
Group=__APP__
ExecStartPre=__NODEJS__
WorkingDirectory=__FINALPATH__
Environment="PATH=__ENV_PATH__"
ExecStart=__NODE__ server.js
Restart=always
[Install]
WantedBy=multi-user.target