Data Sync Server Documentation Index
Command-Line Tool Reference Home

create-systemd-script

Description
Examples
Arguments

Description

Create a systemd script to start and stop the Ping Identity Data Sync Server on Linux-based systems.

Examples

Create a systemd service file at '/etc/systemd/system/ping-data-sync.service' for a service that will run as the 'ds' user. Run this command as a superuser or use 'sudo':
create-systemd-script --outputFile /etc/systemd/system/ping-data-sync.service \
     --userName ds


Create a systemd service file at '/tmp/ping-data-sync.service' for a service that will run as the 'ds' user. Review the file created then copy it to '/etc/systemd/system' as a superuser or using 'sudo':
create-systemd-script --outputFile /tmp/ping-data-sync.service --userName ds

Arguments

-V
--version

Description Display Data Sync Server version information

-H
--help

Description Display general usage information

--help-debug

Description Display help for using debug options
Advanced Yes

-f {path}
--outputFile {path}

Description The path where the output file will be created
Required Yes
Multi-Valued No

-u {userName}
--userName {userName}

Description The name of the user account under which the server will run
Required Yes
Multi-Valued No