mirror of
https://github.com/Cian-H/I-Form_Server_Node_Deployer.git
synced 2025-12-23 14:42:02 +00:00
8 lines
139 B
Desktop File
8 lines
139 B
Desktop File
[Unit]
|
|
Description=Ensure that node joins a swarm on startup
|
|
|
|
[Service]
|
|
ExecStart=/root/join_swarm.sh
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |