This website works better with JavaScript.
Home
Help
Sign In
chiefnoah
/
systemd-units
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Adds bell user unit
master
Noah Pederson
1 year ago
parent
f0793e5b59
commit
68fb7a5242
1 changed files
with
16 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+16
-0
user/bell@.service
+ 16
- 0
user/bell@.service
View File
@ -0,0 +1,16 @@
[Unit]
Description
=
A simple IRC notifier
Requires
=
calico.service
After
=
network.target
[Service]
StartLimitIntervalSec
=
10
StartLimitBurst
=
3
Restart
=
on-failure
RestartSec
=
30s
Type
=
simple
ExecStart
=
/usr/local/bin/bell %h/.config/bell/%i.conf
[Install]
WantedBy
=
default.target
Write
Preview
Loading…
Cancel
Save