Tagged Questions
1
vote
1answer
137 views
.sh script is not executed as the user I want therefore scp does not work
I was using the GUI version of Transmission for Ubuntu.
When my torrents were downloaded I ran the following script as user server with the corresponding ssh keys:
#!/bin/bash
cd ...
2
votes
1answer
2k views
daemons and daemon users (specifically transmission-daemon) on OS X 10.5.8
I'm trying to set up transmission-daemon on a box running Mac OS 10.5.8. I want to do things the right way, which means (to my understanding)
create a service user (_transmission, for example) for ...