systemd_unit_file
Field | Type | Required |
---|---|---|
systemd_unit_file | string | Yes |
This field is for native applications only!
The native applications are managed with systemd Units. Spaceify requires to know the name of the Unit File so that it can control the application lifecycle with the systemctl command.
The field must contain three or more a-z characters and must be appended with .service. The field can not contain leading or trailing whitespace. Other than this, try to name the Unit FIle uniquely to avoid name collisions. As as suggestion, name the Unit File after the applications unique name.
Examples |
---|
helloworld.service |
navigation.service |
moi.service |