Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
umr-tetis
MOOD
mood-tetis-tweets-collect
Commits
27c18b03
Commit
27c18b03
authored
Aug 11, 2020
by
Decoupes Remy
Browse files
systemd: add user
parent
8c0fd854
Changes
2
Show whitespace changes
Inline
Side-by-side
README.md
View file @
27c18b03
...
...
@@ -31,7 +31,7 @@ python3 collectTweets.py
```
## Optional : create a systemd deamon
1.
Copy service file
`sudo cp systemd/mood-tweets-collect.service /lib/systemd/system`
2.
Modify /lib/systemd/system/mood-tweets-collect.service with the correct
`WorkingDirectory`
2.
Modify
`
/lib/systemd/system/mood-tweets-collect.service with the correct `
WorkingDirectory
`
and `
User
3.
Reload systemd :
`sudo systemctl daemon-reload`
4.
Enable auto start using command :
`sudo systemctl enable mood-tweets-collect.service`
## License
...
...
systemd/mood-tweets-collect.service
View file @
27c18b03
...
...
@@ -2,6 +2,7 @@
Description
=
H2020 MOOD / TETIS collect tweets
[Service]
User
=
rdecoupe
WorkingDirectory
=
/home/rdecoupe/mood-tetis-tweets-collect/
ExecStart
=
/usr/bin/python3 collectTweets.py
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment