testing vshojocraft service file
This commit is contained in:
21
minecraft/vshojocraft.service
Normal file
21
minecraft/vshojocraft.service
Normal file
@@ -0,0 +1,21 @@
|
||||
[Unit]
|
||||
Description=VshojoCraft
|
||||
After=local-fs.target network.target
|
||||
|
||||
[Service]
|
||||
WorkingDirectory=/home/akanealw/minecraft/servers/vshojocraft-backup/
|
||||
User=akanealw
|
||||
Group=akanealw
|
||||
Type=forking
|
||||
# Run it as a non-root user in a specific directory
|
||||
|
||||
ExecStart=/usr/bin/tmux new-session -d -s vsjcraft; tmux send-keys 'cd /home/akanealw/minecraft/servers/vshojocraft' C-m; tmux send-keys './start.sh' C-m
|
||||
# I like to keep my commandline to launch it in a separate file
|
||||
# because sometimes I want to change it or launch it manually
|
||||
# If it's in the WorkingDirectory, then we can use a relative path
|
||||
|
||||
# Send "stop" to the Minecraft server console
|
||||
ExecStop=/usr/bin/tmux attach -t vsjcraft; tmux send-keys 'stop' C-m
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user