5 lines
82 B
Plaintext
5 lines
82 B
Plaintext
|
#!/bin/sh
|
||
|
set -e
|
||
|
profile-sync-daemon sync
|
||
|
exec chpst -b profile-sync-daemon pause
|