13 lines
370 B
Desktop File
13 lines
370 B
Desktop File
[Unit]
|
|
Description=Create a tarball of luanti-luanti-minetest-config-pvc
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/bin/bash -c "cd /data/alpha/luanti-luanti-minetest-config-pvc-82a282df-f147-4d83-ad83-376b1b06d99b/ && tar -czvf worlds_$(date| sed 's/ /_/g').tar.gz worlds"
|
|
StandardOutput=journal
|
|
StandardError=journal
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|