diff options
-rw-r--r-- | roleproxy.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roleproxy.service b/roleproxy.service index 6302c0a..2c256d9 100644 --- a/roleproxy.service +++ b/roleproxy.service @@ -8,7 +8,7 @@ Description=Salt NetBox Role Proxy User=_roleproxy Group=_roleproxy EnvironmentFile=/etc/sysconfig/roleproxy -ExecStart=/usr/local/bin/roleproxy.py +ExecStart=/usr/bin/roleproxy.py ProtectSystem=strict ProtectHome=yes PrivateDevices=yes |