mirror of
https://github.com/YunoHost-Apps/commento_ynh.git
synced 2024-09-03 18:16:16 +02:00
13 lines
264 B
Desktop File
13 lines
264 B
Desktop File
[Unit]
|
|
Description=Commento daemon service
|
|
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
|