1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ofbiz_ynh.git synced 2024-09-03 19:46:33 +02:00
ofbiz_ynh/conf/systemd.service
Éric Gaspar 21767e3133 v2
2024-03-22 15:19:22 +01:00

16 lines
333 B
Desktop File

[Unit]
Description=OFBiz
After=network.target
[Service]
Type=simple
User=__APP__
Group=__APP__
WorkingDirectory=__INSTALL_DIR__/
ExecStart=__INSTALL_DIR__/gradlew ofbiz
ExecStop=__INSTALL_DIR__/gradlew "ofbiz --shutdown"
StandardOutput=append:/var/log/__APP__/__APP__.log
StandardError=inherit
[Install]
WantedBy=multi-user.target