13 lines
205 B
Desktop File
13 lines
205 B
Desktop File
[Unit]
|
|
Description=Openfire XMPP Server
|
|
|
|
[Service]
|
|
Type=forking
|
|
User=openfire
|
|
Group=openfire
|
|
Environment=JAVA_HOME=/opt/jdk
|
|
ExecStart=/opt/openfire/bin/openfire start
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|