mirror of
https://github.com/YunoHost-Apps/ofbiz_ynh.git
synced 2024-09-03 19:46:33 +02:00
92c15307e7
not ready
16 lines
354 B
Desktop File
16 lines
354 B
Desktop File
[Unit]
|
|
Description=Small description of the service
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=__APP__
|
|
Group=__APP__
|
|
WorkingDirectory=__FINALPATH__/
|
|
ExecStart=__FINALPATH__/gradlew ofbiz
|
|
ExecStop=__FINALPATH__/gradlew "ofbiz --shutdown"
|
|
StandardOutput=append:/var/log/__APP__/__APP__.log
|
|
StandardError=inherit
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|