working base site setup with gatekeeping working
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
[Unit]
|
||||
Description=Packs Site Server
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
User=jake
|
||||
Group=jake
|
||||
WorkingDirectory=/mnt/Disco/Proyects/Python3.13/Packs site
|
||||
ExecStart=/mnt/Disco/Proyects/Python3.13/Packs site/run_prod.sh
|
||||
Restart=on-failure
|
||||
StandardOutput=journal
|
||||
StandardError=journal
|
||||
SyslogIdentifier=packs-site
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user