mirror of
https://github.com/YunoHost-Apps/cryptpad_ynh.git
synced 2024-09-03 18:26:14 +02:00
15c06fd4f3
* version 3.2.0 * fix nodejs_version variable in upgrade script (#31) (#32) * correct a sile config * Repackage to upstream v.3.18.1 (#40) * version 3.2.0 * different corrections * Can't pass Package check with 3.8.1 as pc is build with 3.7. :) * update to 3.19.0 (#41) * update to 3.19.0 * new overview * update to 3.19.1 (#42) * update to 3.19.0 * new overview * update v.3.19.1 Co-authored-by: shine <4771718+shinenelson@users.noreply.github.com> Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com>
16 lines
324 B
Desktop File
16 lines
324 B
Desktop File
[Unit]
|
|
Description=Zero Knowledge realtime collaborative editor.
|
|
After=syslog.target network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=__APP__
|
|
Group=__APP__
|
|
WorkingDirectory=__FINALPATH__
|
|
Environment=PATH=__ENV_PATH__
|
|
Environment=NODE_ENV=production
|
|
ExecStart=__YNH_NPM__ start
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|