mirror of
https://github.com/arcan1s/queued.git
synced 2025-07-10 04:15:49 +00:00
small renaming
This commit is contained in:
@ -0,0 +1,28 @@
|
||||
.TH queued-daemon 1 "@CURRENT_DATE@" "version @PROJECT_VERSION@"
|
||||
.SH NAME
|
||||
Daemon for starting jobs to queue of calculation
|
||||
.SH SYNOPSIS
|
||||
.B queued-daemon
|
||||
[ options ]
|
||||
.SH DESCRIPTION
|
||||
Daemon for starting jobs to queue of calculation. Daemon to start application
|
||||
.SH OPTIONS
|
||||
.IP "-c, --config <config>"
|
||||
path to configuration file, default is /etc/xdg/queued.ini
|
||||
.IP "-d, --debug"
|
||||
verbose output
|
||||
.IP "--daemon"
|
||||
start daemonize
|
||||
.IP "-v, --version"
|
||||
show version and exit
|
||||
.IP "-i, --info"
|
||||
show build information and exit
|
||||
.IP "-h, --help"
|
||||
show this help and exit
|
||||
.SH SEE ALSO
|
||||
.BR queuedctl (1)
|
||||
.BR queued-server (1)
|
||||
.SH AUTHOR
|
||||
@PROJECT_AUTHOR@ <\fI@PROJECT_CONTACT@\fR>
|
||||
.SH LICENSE
|
||||
This software is licensed under @PROJECT_LICENSE@
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2017 Evgeniy Alekseev
|
||||
* Copyright (c) 2017 Queued team
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
* of this software and associated documentation files (the "Software"), to deal
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2017 Evgeniy Alekseev
|
||||
* Copyright (c) 2017 Queued team
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
* of this software and associated documentation files (the "Software"), to deal
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2017 Evgeniy Alekseev
|
||||
* Copyright (c) 2017 Queued team
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
* of this software and associated documentation files (the "Software"), to deal
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2017 Evgeniy Alekseev
|
||||
* Copyright (c) 2017 Queued team
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
* of this software and associated documentation files (the "Software"), to deal
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2017 Evgeniy Alekseev
|
||||
* Copyright (c) 2017 Queued team
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
* of this software and associated documentation files (the "Software"), to deal
|
||||
|
Reference in New Issue
Block a user