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

14 lines
264 B
SYSTEMD
Raw Normal View History

2021-11-25 15:34:19 +01:00
[Unit]
Description=Commento daemon service
After=network.target postgresql.service
[Service]
Type=simple
User=__APP__
Group=__APP__
2021-11-25 15:55:19 +01:00
Environment=COMMENTO_CONFIG_FILE=__FINALPATH__/commento.env
2021-11-25 15:34:19 +01:00
ExecStart=__FINALPATH__/commento
[Install]
WantedBy=multi-user.target