mirror of
https://github.com/YunoHost-Apps/cryptpad_ynh.git
synced 2024-09-03 18:26:14 +02:00
c73768d3ea
* 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
17 lines
316 B
Desktop File
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
|