nautilus: always restart service
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
4140a1bb6c
commit
5dc23f50bf
1 changed files with 4 additions and 2 deletions
|
@ -46,11 +46,13 @@ in {
|
|||
BusName = "org.gnome.Nautilus";
|
||||
ExecStart = "${nautilus} --gapplication-service";
|
||||
ExecStop = "${nautilus} --quit";
|
||||
Restart = "no";
|
||||
Restart = "always"; #!! Benign exceptions cause nautilus to exit
|
||||
Type = "dbus";
|
||||
};
|
||||
};
|
||||
|
||||
# TODO: Check for official service
|
||||
# BUG: Benign AttributeError when scanning on nautilus launch
|
||||
# Git integration dependency
|
||||
turtle = {
|
||||
Unit.Description = "Turtle Background Service";
|
||||
|
@ -59,7 +61,7 @@ in {
|
|||
Service = {
|
||||
BusName = "de.philippun1.turtle";
|
||||
ExecStart = turtle_service;
|
||||
Restart = "no";
|
||||
Restart = "always";
|
||||
Type = "dbus";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue