[Unit] Description=PHD Phabricator After=remote-fs.target Before=nginx.service [Service] Type=oneshot ExecStart={{ phabricator_path }}phabricator/bin/phd start ExecStop={{ phabricator_path }}phabricator/bin/phd stop User={{ phd_user }} Group={{ phd_user }} RemainAfterExit=yes [Install] WantedBy=multi-user.target