File: //etc/systemd/system/pkgctl-WebStation.service.wants/pkg-WebStation-fcgiwrap.service
[Unit]
Description=WebStation fcgiWrap daemon
After=pkgctl-WebStation.service
PartOf=pkgctl-WebStation.service
ConditionPathExists=/var/packages/WebStation/enabled
IgnoreOnIsolate=true
DefaultDependencies=no
[Service]
Type=simple
Environment=TARGET=/var/packages/WebStation/target
Environment=SOCKET=/run/fcgiwrap.sock
ExecStartPre=/var/packages/WebStation/target/tools/webstation_systemd_service_tool.sh pkg-WebStation-fcgiwrap ExecStartPre
ExecStart=/var/packages/WebStation/target/tools/webstation_systemd_service_tool.sh pkg-WebStation-fcgiwrap ExecStart
ExecStop=/bin/kill -TERM $MAINPID
Restart=on-failure
Slice=syno_dsm_internal.slice
[Install]
WantedBy=pkgctl-WebStation.service
[X-Synology]