Closed slavafomin closed 6 years ago
Try the command:
sudo systemctl enable web-testdrive
For me it worked only after I added .target
to the service name, like this:
sudo systemctl enable web-testdrive.target
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Hello!
I'm trying to export my Node.js application as
systemd
service on Ubuntu Server 15.10.However, it looks like foreman is working incorrectly.
Exporting
Contents of the generated files
Starting the service
I'm not familiar with how
systemd
is working, but it looks like links between the generated files are broken and the maintestdrive.service
file is missing.Or am I doing something wrong maybe?
Any help will be highly appreciated. Thank you!