You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
322 B
INI
16 lines
322 B
INI
[Unit]
|
|
Description=FGS Metal Discovery Agent
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=nick2day
|
|
WorkingDirectory=/home/nick2day/fgs-agent
|
|
EnvironmentFile=/home/nick2day/fgs-agent/.env
|
|
ExecStart=/home/nick2day/fgs-agent/venv/bin/python agent.py
|
|
Restart=on-failure
|
|
RestartSec=10
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|