Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mwestphall committed Dec 7, 2023
1 parent f92b11a commit c8870e0
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions docs/resource-sharing/os-backfill-containers.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,11 @@ On EL hosts, the pilot container can also be managed via a systemctl service pro

1. Copy your OSPool Access Token to `/etc/osg/ospool-ep.tkn`

**Note**: The EP is run under uid 1000. Ensure this user has read access to the token file
!! note "Token file ownership"
The EP is run under uid 1000.
Ensure this user has read access to the token file.

`$ sudo chown 1000:1000 /etc/osg/ospool-ep.tkn`
`root@host# chown 1000:1000 /etc/osg/ospool-ep.tkn`

1. Configure the container service by editing `/etc/osg/ospool-ep.cfg`

Expand All @@ -119,11 +121,11 @@ On EL hosts, the pilot container can also be managed via a systemctl service pro

1. Start the OSPool EP container service:

`sudo systemctl start ospool-ep`
`root@host# systemctl start ospool-ep`

1. (Optional) monitor the systemctl service logs to see if the container starts successfully:

`sudo journalctl -f -u ospool-ep`
`root@host# journalctl -f -u ospool-ep`


Optional Configuration
Expand Down

0 comments on commit c8870e0

Please sign in to comment.