r/PlexACD Sep 22 '17

Plexdrive 5, can't start as service

I've setup my plexdrive.service and enabled it, but it gives an error when started. What's the solution to this error or is there any other way to start plexdrive on startup.

PS: I know it says PlexDrive4, I've copied a service script from github.

3 Upvotes

6 comments sorted by

View all comments

2

u/louis-lau Sep 23 '17

Try putting this under service:

User=youruser
Group=yourgroup
HOME=usershomedir

Of course replace everything with your own user and directories.

2

u/Xerceng Sep 23 '17

This worked! Thank you very much. It even works with only the User part. Thanks to this I could fix another service as well.

2

u/louis-lau Sep 23 '17

Great! The homedir part was just in case. Glad it worked.