[Unit] Description=VictoriaMetrics vmstorage service After=network.target [Service] Type=simple User=<%= @user %> Group=<%= @group %> Restart=always EnvironmentFile=<%= @vars_file %> ExecStart=<%= @exec_path %> -storageDataPath=<%= @data_path %> $OPTIONS PrivateTmp=yes NoNewPrivileges=yes ProtectSystem=full [Install] WantedBy=multi-user.target