Skip to content

Commit bc43c8a

Browse files
authored
systemd: Change working directory of service
1 parent 1d7f6e2 commit bc43c8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

systemd/[email protected]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ After=network.target
1313
Type=simple
1414
User=zerodrop
1515
Group=zerodrop
16-
WorkingDirectory=/home/zerodrop/go/src/github.com/oftn-oswg/zerodrop/
16+
WorkingDirectory=/home/zerodrop/src/github.com/oftn-oswg/zerodrop/
1717
PermissionsStartOnly=true
1818
ExecStartPre=/bin/mkdir -p /var/run/zerodrop
1919
ExecStartPre=/bin/chown zerodrop:www-data /var/run/zerodrop

0 commit comments

Comments
 (0)