diff options
-rw-r--r-- | systemd/gosvc@.service | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/systemd/gosvc@.service b/systemd/gosvc@.service index 2ffaeaa..65196cc 100644 --- a/systemd/gosvc@.service +++ b/systemd/gosvc@.service @@ -5,6 +5,7 @@ After=nginx.service [Service] Type=simple ExecStart=/var/www/gosvc/%i +EnvironmentFile=-/var/www/gosvc/%i.env #Restart=?? What should we do to make this more robust? StandardInput=socket StandardOutput=journal |