Skip to content
This repository has been archived by the owner on Feb 5, 2023. It is now read-only.

Commit

Permalink
update all files
Browse files Browse the repository at this point in the history
  • Loading branch information
Sirherobrine23 authored Oct 25, 2022
1 parent a4d119f commit 38a6349
Show file tree
Hide file tree
Showing 13 changed files with 1,174 additions and 574 deletions.
10 changes: 5 additions & 5 deletions example/linux/systemd/bdsd.service
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[Unit]
Description=Daemon and CLI to maneger You Minecraft Server
After=network.target
Description=Daemon and CLI to maneger You Minecraft Server

[Install]
WantedBy=multi-user.target

[Service]
ExecStart=/bin/bdsd daemon
ExecStop=/bin/bdsd server stop
Restart=on-failure
Type=simple
Type=exec
Restart=always
ExecStart=/bin/bdsd server daemon --auth_key --port 39074
ExecStop=/bin/bdsd server stop
149 changes: 0 additions & 149 deletions example/linux/sysv/bdsd

This file was deleted.

Loading

0 comments on commit 38a6349

Please sign in to comment.