mirror of
https://github.com/YunoHost-Apps/etherpad_ynh.git
synced 2024-09-03 18:36:10 +02:00
16 lines
381 B
Desktop File
16 lines
381 B
Desktop File
[Unit]
|
|
Description=Etherpad-lite, collaborative editing of documents in real-time.
|
|
After=syslog.target network.target postgresql.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=__APP__
|
|
Group=__APP__
|
|
WorkingDirectory=__FINALPATH__
|
|
Environment="NODE_ENV=production"
|
|
Environment="__YNH_NODE_LOAD_PATH__"
|
|
ExecStart=__FINALPATH__/src/bin/run.sh
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|