You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
272 B
15 lines
272 B
9 months ago
|
[Unit]
|
||
|
Description=HyperSQL Database Engine
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
User=hsqldb
|
||
|
Group=hsqldb
|
||
|
ExecStart=-/usr/lib/hsqldb/hsqldb-wrapper
|
||
|
ExecStartPost=/usr/lib/hsqldb/hsqldb-post
|
||
|
ExecStop=/usr/lib/hsqldb/hsqldb-stop
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|