Skip to content

Commit

Permalink
Fix service files
Browse files Browse the repository at this point in the history
  • Loading branch information
hobbypunk90 committed Jul 10, 2022
1 parent 1836720 commit 509efb8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

pkgname=python-wallgen
pkgbase=${pkgname}
pkgver=0.2.2
pkgver=$(grep -Po "(?<=version=')([0-9\.]+)(?=')" setup.py)
pkgrel=1
_tag=${pkgver}
_name=${pkgname#python-}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name='wallgen',
version='0.2.2',
version='0.2.3',
scripts=['bin/wallgen'] ,
author="Marcel Hoppe",
author_email="[email protected]",
Expand Down
1 change: 1 addition & 0 deletions systemd/wallgen-dbus.service
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Description=Service for a new wallpaper on display changes

[Service]
Type=dbus
RestartSec=1s
BusName=de.thm.mni.mhpp11.WallGen

Restart=on-failure
Expand Down
1 change: 1 addition & 0 deletions systemd/wallgen-monitor.service
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ After=wallgen-dbus.service

[Service]
Restart=on-failure
RestartSec=1s
ExecStart=python -m wallgen --monitor

[Install]
Expand Down
1 change: 1 addition & 0 deletions systemd/wallgen.service
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ After=wallgen-dbus.service

[Service]
Restart=on-failure
RestartSec=1s
ExecStart=python -m wallgen

[Install]
Expand Down

0 comments on commit 509efb8

Please sign in to comment.