1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/grammalecte_ynh.git synced 2024-09-03 20:36:23 +02:00
grammalecte_ynh/conf/systemd.service
Éric Gaspar 8db2ef7362 fix
2024-02-05 13:12:57 +01:00

15 lines
372 B
Desktop File

[Unit]
Description=Spelling, grammar, and typography checking server for French and Occitan
After=network.target
[Service]
Type=simple
User=__APP__
Group=__APP__
WorkingDirectory=__INSTALL_DIR__/
ExecStart=__INSTALL_DIR__/grammalecte-server.py --port __PORT__
StandardOutput=append:/var/log/__APP__/__APP__.log
StandardError=inherit
[Install]
WantedBy=multi-user.target