mirror of
https://github.com/YunoHost-Apps/lemmy_ynh.git
synced 2024-09-03 19:36:09 +02:00
19 lines
484 B
Desktop File
19 lines
484 B
Desktop File
[Unit]
|
|
Description=Lemmy: UI Daemon
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=__APP__
|
|
Group=__APP__
|
|
Environment="LEMMY_INTERNAL_HOST=127.0.0.1:__PORT__"
|
|
Environment="LEMMY_EXTERNAL_HOST=__DOMAIN__"
|
|
Environment="LEMMY_HTTPS=true"
|
|
Environment="LEMMY_UI_HOST=127.0.0.1:__PORT_UI__"
|
|
WorkingDirectory=__INSTALL_DIR__/lemmy-ui/
|
|
ExecStart=__YNH_NODE__ dist/js/server.js
|
|
StandardOutput=append:/var/log/__APP__/__APP__-ui.log
|
|
StandardError=inherit
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|