We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4e863e commit 635c224Copy full SHA for 635c224
scripts/pg2s3.service
@@ -10,7 +10,7 @@ Restart=on-failure
10
RestartSec=5
11
User=pg2s3
12
Group=pg2s3
13
-ExecStart=pg2s3 -conf /etc/pg2s3.conf
+ExecStart=/usr/bin/pg2s3 -conf /etc/pg2s3.conf
14
15
[Install]
16
WantedBy=multi-user.target
0 commit comments