mirror of
https://github.com/YunoHost-Apps/listmonk_ynh.git
synced 2024-09-03 19:36:15 +02:00
14 lines
237 B
Desktop File
14 lines
237 B
Desktop File
[Unit]
|
|
Description=Listmonk
|
|
Documentation=https://listmonk.app/docs/
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=__APP__
|
|
Group=__APP__
|
|
WorkingDirectory=__FINALPATH__/
|
|
ExecStart=__FINALPATH__/listmonk
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|