Files
ivf-daemon/systemd/backend-ivf.service
2023-06-16 19:00:35 +07:00

18 lines
370 B
Desktop File

[Unit]
Description=IVF Service
Wants = network-online.target systemd-networkd-wait-online.service
After = network.target
[Service]
Type=simple
WorkingDirectory=/home/ivf/project/backend/
EnvironmentFile=/home/ivf/project/backend/env
ExecStart=/home/ivf/project/backend/server
Restart=always
RestartSec=10s
StandardOutput = syslog
[Install]
WantedBy=multi-user.target