diff options
Diffstat (limited to 'community/mldonkey/mldonkey.service')
-rw-r--r-- | community/mldonkey/mldonkey.service | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/community/mldonkey/mldonkey.service b/community/mldonkey/mldonkey.service new file mode 100644 index 000000000..db644c2f1 --- /dev/null +++ b/community/mldonkey/mldonkey.service @@ -0,0 +1,10 @@ +[Unit] +Description=Mldonkey - Multiple Peer-To-Peer Network Client +After=network.target + +[Service] +User=mldonkey +ExecStart=/usr/bin/mlnet -log_to_syslog true -log_file /dev/null -pid /run/mldonkey + +[Install] +WantedBy=multi-user.target |