Skip to content

Commit

Permalink
[+] Example systemd service
Browse files Browse the repository at this point in the history
  • Loading branch information
hykilpikonna committed Dec 21, 2023
1 parent e52c971 commit 3f95678
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/aqua.service
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[Unit]
Description=Aqua Server
After=network.target

[Service]
WorkingDirectory=/apps/aqua
ExecStart=/usr/bin/java -jar aqua.jar
User=nobody
Type=simple
Restart=on-failure

[Install]
WantedBy=multi-user.target

0 comments on commit 3f95678

Please sign in to comment.