1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/commento_ynh.git synced 2024-09-03 18:16:16 +02:00
commento_ynh/conf/systemd.service
2021-11-25 18:17:54 +01:00

13 lines
270 B
Desktop File

[Unit]
Description=Commento: commenting platform
After=network.target postgresql.service
[Service]
Type=simple
User=__APP__
Group=__APP__
Environment=COMMENTO_CONFIG_FILE=__FINALPATH__/commento.env
ExecStart=__FINALPATH__/commento
[Install]
WantedBy=multi-user.target