Is there an application to watch changes in auto starting apps and services?Starting Services without...
Does a windmilling propeller create more drag than a stopped propeller in an engine out scenario
How was the blinking terminal cursor invented?
At what point can a confirmation be established between words of similar meaning in context?
Good examples of "two is easy, three is hard" in computational sciences
Why didn't Daenerys' advisers suggest assassinating Cersei?
Failing students when it might cause them economic ruin
Why use a retrograde orbit?
How do we explain the use of a software on a math paper?
Told to apply for UK visa before other visas, on UK-Spain-etc. visit
Why does string strummed with finger sound different from the one strummed with pick?
How can sister protect herself from impulse purchases with a credit card?
Are there any symmetric cryptosystems based on computational complexity assumptions?
FIFO data structure in pure C
When did Britain learn about the American Declaration of Independence?
Physically unpleasant work environment
Managing heat dissipation in a magic wand
Can more than one instance of Bend Luck be applied to the same roll by multiple Wild Magic sorcerers?
How to draw pentagram-like shape in Latex?
Lock out of Oracle based on Windows username
How come Arya Stark wasn't hurt by this in Game of Thrones Season 8 Episode 5?
Is my company merging branches wrong?
Was Tyrion always a poor strategist?
Windows reverting changes made by Linux to FAT32 partion
Can a generation ship withstand its own oxygen and daily wear for many thousands of years?
Is there an application to watch changes in auto starting apps and services?
Starting Services without Systemd?Is it possible to create aliases that affect services starting?Unknown runlevel on Ubuntu 14.04, services not starting on bootSystemd Issue For Starting ApplicationIssues creating and enabling custom systemd services for ddclientsystemd: on-demand start of services like postgresql and mysql that do not yet support socket-based activationStarting services in a specific order on Red Hat?Manjaro, KDE, auto start application, skip desktop to taskbar*.desktop file not starting java application on Slax9.3How do I auto start X application in wayland?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I'm thinking of developing an application to watch changes for auto starting applications and service that would notify when:
- A service state change (enabled/disabled/added/removed)
- An application is added/removed to boot
- Eventually revert the change
Auto start location to be watched:
- Systemd services
- Systemd timers
- Cron...
~/.kde/Autostart
/etc/init.d/
/etc/xdg/autostart/
~/.xinitrc
- etc.
Note that I am looking for a gui application eventually something that reside on the system tray or may be a script that pop-up a message/window.
There are some tools and command like
incron
,diff <(cat old) <(cat new)
,notify-send
,zenity
andgxmessage
to make it easy to write a bash script that could take care of all that but is there an application that already do that?Is there a similar tool that I can start from to avoid writing everything from scratch or a tool/application that have a different purpose but could be transformed into the needed function? (any programming language)
bash systemd services desktop autostart
add a comment |
I'm thinking of developing an application to watch changes for auto starting applications and service that would notify when:
- A service state change (enabled/disabled/added/removed)
- An application is added/removed to boot
- Eventually revert the change
Auto start location to be watched:
- Systemd services
- Systemd timers
- Cron...
~/.kde/Autostart
/etc/init.d/
/etc/xdg/autostart/
~/.xinitrc
- etc.
Note that I am looking for a gui application eventually something that reside on the system tray or may be a script that pop-up a message/window.
There are some tools and command like
incron
,diff <(cat old) <(cat new)
,notify-send
,zenity
andgxmessage
to make it easy to write a bash script that could take care of all that but is there an application that already do that?Is there a similar tool that I can start from to avoid writing everything from scratch or a tool/application that have a different purpose but could be transformed into the needed function? (any programming language)
bash systemd services desktop autostart
add a comment |
I'm thinking of developing an application to watch changes for auto starting applications and service that would notify when:
- A service state change (enabled/disabled/added/removed)
- An application is added/removed to boot
- Eventually revert the change
Auto start location to be watched:
- Systemd services
- Systemd timers
- Cron...
~/.kde/Autostart
/etc/init.d/
/etc/xdg/autostart/
~/.xinitrc
- etc.
Note that I am looking for a gui application eventually something that reside on the system tray or may be a script that pop-up a message/window.
There are some tools and command like
incron
,diff <(cat old) <(cat new)
,notify-send
,zenity
andgxmessage
to make it easy to write a bash script that could take care of all that but is there an application that already do that?Is there a similar tool that I can start from to avoid writing everything from scratch or a tool/application that have a different purpose but could be transformed into the needed function? (any programming language)
bash systemd services desktop autostart
I'm thinking of developing an application to watch changes for auto starting applications and service that would notify when:
- A service state change (enabled/disabled/added/removed)
- An application is added/removed to boot
- Eventually revert the change
Auto start location to be watched:
- Systemd services
- Systemd timers
- Cron...
~/.kde/Autostart
/etc/init.d/
/etc/xdg/autostart/
~/.xinitrc
- etc.
Note that I am looking for a gui application eventually something that reside on the system tray or may be a script that pop-up a message/window.
There are some tools and command like
incron
,diff <(cat old) <(cat new)
,notify-send
,zenity
andgxmessage
to make it easy to write a bash script that could take care of all that but is there an application that already do that?Is there a similar tool that I can start from to avoid writing everything from scratch or a tool/application that have a different purpose but could be transformed into the needed function? (any programming language)
bash systemd services desktop autostart
bash systemd services desktop autostart
edited 1 hour ago
intika
asked 2 hours ago
intikaintika
845410
845410
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f519413%2fis-there-an-application-to-watch-changes-in-auto-starting-apps-and-services%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f519413%2fis-there-an-application-to-watch-changes-in-auto-starting-apps-and-services%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown