18 lines
370 B
Desktop File
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
|