[Unit] Description=SeaweedFS - {{ seaweed_service }} Server After=network.target [Service] ExecStart={{ seaweed_binary_path }} -logdir={{ seaweed_log_dir }} {{ seaweed_command }} {% for arg in seaweed_args %}{{ arg }} {% endfor +%} User={{ seaweed_user }} Restart=on-failure LimitNOFILE=1048576 [Install] WantedBy=multi-user.target